1
0
Fork 0

Use new bucket

main
Ambrose Chua 2021-10-21 09:45:59 +08:00
parent 55bba3641e
commit 1c6e90ff00
1 changed files with 4 additions and 4 deletions

View File

@ -19,12 +19,12 @@ if [ ! -x "$(which $SHASUM)" ]; then
fi
case "$SHARE_PROFILE" in
minio1)
HOST_ALIAS=minio1
minio)
HOST_ALIAS=minio
BUCKET=share
BUCKET_URL=https://minio1.makerforce.io/share
BUCKET_URL=https://minio.makerforce.io/share
BUCKET_PUBLIC=pub
BUCKET_PUBLIC_URL=https://minio1.makerforce.io/pub
BUCKET_PUBLIC_URL=https://minio.makerforce.io/pub
;;
b|*)
HOST_ALIAS=b