Skip to content

Commit 244fdac

Browse files
committed
Removed snowflake buckets from localstack
1 parent 7e2c9eb commit 244fdac

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ services:
1414
- KMS_PROVIDER=local-kms
1515
healthcheck:
1616
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
17-
&& awslocal s3api wait bucket-exists --bucket test-snowflake-bucket
1817
interval: 5s
19-
timeout: 5s
18+
timeout: 5s

src/main/resources/localstack/init-aws.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22

33
aws s3 --endpoint-url http://localhost:5001 mb s3://test-core-bucket
44
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

Comments
 (0)