Skip to content

Commit bdd87f4

Browse files
committed
fix: port
1 parent fbc20f6 commit bdd87f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/init-s3-main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ python3 /etc/localstack/init/ready.d/init-s3.py \
44
--access_key test \
55
--secret_key test \
66
--bucket_name aligned.storage \
7-
--region us-east-2
7+
--region us-east-2

scripts/init-s3-secondary.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
python3 /etc/localstack/init/ready.d/init-s3.py \
3-
--endpoint_url http://localhost:4567 \
3+
--endpoint_url http://localhost:4566 \
44
--access_key test2 \
55
--secret_key test2 \
66
--bucket_name aligned.storage \
7-
--region us-west-1
7+
--region us-west-1

0 commit comments

Comments
 (0)