Skip to content

Commit dda962b

Browse files
committed
making bucket public
1 parent 51ace6e commit dda962b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.gitpod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ services:
151151
/usr/bin/mc config host add myminio http://minio:9000 ${MINIO_USERNAME} ${MINIO_PASSWORD};
152152
/usr/bin/mc rm -r --force myminio/${MINIO_BUCKETNAME};
153153
/usr/bin/mc mb myminio/${MINIO_BUCKETNAME};
154-
/usr/bin/mc policy download myminio/${MINIO_BUCKETNAME};
154+
/usr/bin/mc policy set public myminio/${MINIO_BUCKETNAME};
155155
exit 0;
156156
"
157157

0 commit comments

Comments
 (0)