echo "Sending files to S3 ... "
aws s3 sync data/pandora/ s3://$FEED_INGESTION_DROP_BUCKET/data/2016/11/29/

echo "Done staging pandora test data"