feat(minio): create thumbnails bucket
This commit is contained in:
parent
8bc45f0aff
commit
5e8aad4cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -e
|
|||
|
||||
cd /tmp
|
||||
|
||||
buckets=("mobs" "sessions-assets" "static" "sourcemaps" "sessions-mobile-assets" "quickwit" "vault-data" "records")
|
||||
buckets=("mobs" "sessions-assets" "static" "sourcemaps" "sessions-mobile-assets" "quickwit" "vault-data" "records" "thumbnails")
|
||||
|
||||
|
||||
mc alias set minio $MINIO_HOST $MINIO_ACCESS_KEY $MINIO_SECRET_KEY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue