Skip to content

Commit

Permalink
Drop acl from s3 upload (#267)
Browse files Browse the repository at this point in the history
* fix prod flag

* drop acl from uploading code
  • Loading branch information
Dave Berenbaum authored Oct 6, 2023
1 parent 20a6668 commit db3f711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-get-started/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ popd
mv $PACKAGE_DIR/$PACKAGE .
if [ $PROD == 'prod' ]; then

aws s3 cp --acl public-read $PACKAGE s3://dvc-public/code/get-started/$PACKAGE
aws s3 cp $PACKAGE s3://dvc-public/code/get-started/$PACKAGE

# Sanity check
wget https://code.dvc.org/get-started/$PACKAGE -O $TEST_PACKAGE
Expand Down

0 comments on commit db3f711

Please sign in to comment.