Skip to content

Commit

Permalink
make objects readable
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Oct 18, 2023
1 parent 157fe73 commit a516f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devTools/docker/sync-s3-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ fi
# for local development, it should be owid-image-upload/local-yourname
# at least until we decide to instead host images locally, if ever

aws --endpoint=https://nyc3.digitaloceanspaces.com s3 sync s3://owid-image-upload/production/ s3://$IMAGE_HOSTING_BUCKET_PATH/
aws --endpoint=https://nyc3.digitaloceanspaces.com s3 sync s3://owid-image-upload/production/ s3://$IMAGE_HOSTING_BUCKET_PATH/ --acl public-read

0 comments on commit a516f22

Please sign in to comment.