Skip to content

Commit 6ed7a3c

Browse files
committed
Create buckets for organization avatars
Ref readthedocs/readthedocs.org#12254
1 parent 3e9b983 commit 6ed7a3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockerfiles/entrypoints/createbuckets.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ test "${INIT}" || exit 0
1313
/usr/bin/mc policy set public myminio/build-tools;
1414
/usr/bin/mc mb myminio/builds;
1515
/usr/bin/mc policy set public myminio/builds;
16+
/usr/bin/mc mb myminio/usercontent;
17+
/usr/bin/mc policy set public myminio/usercontent;
1618
exit 0;
1719

0 commit comments

Comments
 (0)