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 7e2c9eb commit 244fdacCopy full SHA for 244fdac
docker-compose.yml
@@ -14,6 +14,5 @@ services:
14
- KMS_PROVIDER=local-kms
15
healthcheck:
16
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
17
- && awslocal s3api wait bucket-exists --bucket test-snowflake-bucket
18
interval: 5s
19
- timeout: 5s
+ timeout: 5s
src/main/resources/localstack/init-aws.sh
@@ -2,6 +2,3 @@
2
3
aws s3 --endpoint-url http://localhost:5001 mb s3://test-core-bucket
4
aws s3 --endpoint-url http://localhost:5001 cp /s3/core/ s3://test-core-bucket/ --recursive
5
-
6
-aws s3 --endpoint-url http://localhost:5001 mb s3://test-snowflake-bucket
7
-aws s3 --endpoint-url http://localhost:5001 cp /s3/snowflake/ s3://test-snowflake-bucket/ --recursive
0 commit comments