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 58e1c44 commit d3de824Copy full SHA for d3de824
publish.sh
@@ -515,6 +515,7 @@ function set_public_acls() {
515
516
# Also set ACL for the main template
517
aws s3api put-object-acl --acl public-read --bucket ${BUCKET} --key ${PREFIX}/${MAIN_TEMPLATE}
518
+ aws s3api put-object-acl --acl public-read --bucket ${BUCKET} --key ${PREFIX}/${MAIN_TEMPLATE%.yaml}_${VERSION}.yaml
519
echo ""
520
echo "Done with ACLs."
521
}
0 commit comments