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 51ace6e commit dda962bCopy full SHA for dda962b
docker-compose.gitpod.yaml
@@ -151,7 +151,7 @@ services:
151
/usr/bin/mc config host add myminio http://minio:9000 ${MINIO_USERNAME} ${MINIO_PASSWORD};
152
/usr/bin/mc rm -r --force myminio/${MINIO_BUCKETNAME};
153
/usr/bin/mc mb myminio/${MINIO_BUCKETNAME};
154
- /usr/bin/mc policy download myminio/${MINIO_BUCKETNAME};
+ /usr/bin/mc policy set public myminio/${MINIO_BUCKETNAME};
155
exit 0;
156
"
157
0 commit comments