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 5974d33 commit 8520b20Copy full SHA for 8520b20
entrypoint.sh
@@ -46,9 +46,9 @@ ok_or_die "Could not upload object"
46
if [[ $# -eq 6 ]] ; then
47
if [[ $6 -eq 1 ]] ; then
48
info "Will make $remote_path public"
49
- mc policy -r set download s3/$remote_path
+ mc anonymous -r set download s3/$remote_path
50
else
51
info "Will make $remote_path private"
52
- mc policy -r set none s3/$remote_path || true
+ mc anonymous -r set private s3/$remote_path || true
53
fi
54
0 commit comments