Use ipv6 localhost for dev cluster and different port numbers

This commit is contained in:
Alex Auvolat
2020-11-29 17:31:58 +01:00
parent cee6c3a821
commit 2f11191f60
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ ACCESS_KEY=`cat /tmp/garage.s3 |cut -d' ' -f1`
SECRET_KEY=`cat /tmp/garage.s3 |cut -d' ' -f2`
alias s3grg="s3cmd \
--host 127.0.0.1:3900 \
--host-bucket 127.0.0.1:3900 \
--host 127.0.0.1:3911 \
--host-bucket 127.0.0.1:3911 \
--access_key=$ACCESS_KEY \
--secret_key=$SECRET_KEY \
--region=garage \