We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b962f commit 6a60915Copy full SHA for 6a60915
backfill_corrections/Makefile
@@ -89,7 +89,7 @@ publish:
89
if [[ $$NUM_FILES -gt 0 ]]; then \
90
aws configure set aws_access_key_id $(AWS_KEY_ID); \
91
aws configure set aws_secret_access_key $(AWS_SECRET_KEY); \
92
- aws s3 cp $(USR_EXPORT_DIR) $(S3_BUCKET)/ --recursive --exclude "*" --include "*.csv.gz" --acl public-read; \
+ aws s3 cp $(USR_EXPORT_DIR) $(S3_BUCKET)/ --recursive --exclude "*" --include "*.csv.gz"; \
93
echo "SUCCESS: published $${NUM_FILES} files to the S3 bucket" >> $(LOG_FILE); \
94
else \
95
echo "No files in $(USR_EXPORT_DIR) to publish" >> $(LOG_FILE); \
0 commit comments