We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc20f6 commit bdd87f4Copy full SHA for bdd87f4
scripts/init-s3-main.sh
@@ -4,4 +4,4 @@ python3 /etc/localstack/init/ready.d/init-s3.py \
4
--access_key test \
5
--secret_key test \
6
--bucket_name aligned.storage \
7
- --region us-east-2
+ --region us-east-2
scripts/init-s3-secondary.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
python3 /etc/localstack/init/ready.d/init-s3.py \
3
- --endpoint_url http://localhost:4567 \
+ --endpoint_url http://localhost:4566 \
--access_key test2 \
--secret_key test2 \
- --region us-west-1
+ --region us-west-1
0 commit comments