|
95 | 95 | echo "AWS_REGION=eu-west-1" |
96 | 96 | echo "AWS_DEFAULT_REGION=eu-west-1" |
97 | 97 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 98 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
98 | 99 | } >> "$GITHUB_ENV" |
99 | 100 | - name: Bootstrap CDK for LocalStack |
100 | 101 | if: ${{ inputs.useLocalStack }} |
@@ -179,6 +180,7 @@ jobs: |
179 | 180 | echo "AWS_REGION=eu-west-1" |
180 | 181 | echo "AWS_DEFAULT_REGION=eu-west-1" |
181 | 182 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 183 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
182 | 184 | } >> "$GITHUB_ENV" |
183 | 185 | - name: Bootstrap CDK for LocalStack |
184 | 186 | if: ${{ inputs.useLocalStack }} |
@@ -256,6 +258,7 @@ jobs: |
256 | 258 | echo "AWS_REGION=eu-west-1" |
257 | 259 | echo "AWS_DEFAULT_REGION=eu-west-1" |
258 | 260 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 261 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
259 | 262 | } >> "$GITHUB_ENV" |
260 | 263 | - name: Destroy |
261 | 264 | if: ${{ !inputs.useLocalStack }} |
@@ -335,6 +338,7 @@ jobs: |
335 | 338 | echo "AWS_REGION=eu-west-1" |
336 | 339 | echo "AWS_DEFAULT_REGION=eu-west-1" |
337 | 340 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 341 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
338 | 342 | } >> "$GITHUB_ENV" |
339 | 343 | - name: Destroy |
340 | 344 | if: ${{ !inputs.useLocalStack }} |
@@ -414,6 +418,7 @@ jobs: |
414 | 418 | echo "AWS_REGION=eu-west-1" |
415 | 419 | echo "AWS_DEFAULT_REGION=eu-west-1" |
416 | 420 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 421 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
417 | 422 | } >> "$GITHUB_ENV" |
418 | 423 | - name: Destroy |
419 | 424 | if: ${{ !inputs.useLocalStack }} |
@@ -493,6 +498,7 @@ jobs: |
493 | 498 | echo "AWS_REGION=eu-west-1" |
494 | 499 | echo "AWS_DEFAULT_REGION=eu-west-1" |
495 | 500 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 501 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
496 | 502 | } >> "$GITHUB_ENV" |
497 | 503 | - name: Destroy |
498 | 504 | if: ${{ !inputs.useLocalStack }} |
@@ -572,6 +578,7 @@ jobs: |
572 | 578 | echo "AWS_REGION=eu-west-1" |
573 | 579 | echo "AWS_DEFAULT_REGION=eu-west-1" |
574 | 580 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 581 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
575 | 582 | } >> "$GITHUB_ENV" |
576 | 583 | - name: Destroy |
577 | 584 | if: ${{ !inputs.useLocalStack }} |
@@ -651,6 +658,7 @@ jobs: |
651 | 658 | echo "AWS_REGION=eu-west-1" |
652 | 659 | echo "AWS_DEFAULT_REGION=eu-west-1" |
653 | 660 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 661 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
654 | 662 | } >> "$GITHUB_ENV" |
655 | 663 | - name: Destroy |
656 | 664 | if: ${{ !inputs.useLocalStack }} |
@@ -733,6 +741,7 @@ jobs: |
733 | 741 | echo "AWS_REGION=eu-west-1" |
734 | 742 | echo "AWS_DEFAULT_REGION=eu-west-1" |
735 | 743 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 744 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
736 | 745 | } >> "$GITHUB_ENV" |
737 | 746 | - name: Destroy |
738 | 747 | if: ${{ !inputs.useLocalStack }} |
@@ -809,6 +818,7 @@ jobs: |
809 | 818 | echo "AWS_REGION=eu-west-1" |
810 | 819 | echo "AWS_DEFAULT_REGION=eu-west-1" |
811 | 820 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 821 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
812 | 822 | } >> "$GITHUB_ENV" |
813 | 823 | - name: Destroy |
814 | 824 | if: ${{ !inputs.useLocalStack }} |
@@ -881,6 +891,7 @@ jobs: |
881 | 891 | echo "AWS_REGION=eu-west-1" |
882 | 892 | echo "AWS_DEFAULT_REGION=eu-west-1" |
883 | 893 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 894 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
884 | 895 | } >> "$GITHUB_ENV" |
885 | 896 | - name: Setup Terraform |
886 | 897 | uses: hashicorp/setup-terraform@v3 |
@@ -960,6 +971,7 @@ jobs: |
960 | 971 | echo "AWS_REGION=eu-west-1" |
961 | 972 | echo "AWS_DEFAULT_REGION=eu-west-1" |
962 | 973 | echo "AWS_ENDPOINT_URL=http://localhost:4566" |
| 974 | + echo "AWS_ENDPOINT_URL_S3=http://localhost:4566" |
963 | 975 | } >> "$GITHUB_ENV" |
964 | 976 | - name: Setup OpenTofu |
965 | 977 | uses: opentofu/setup-opentofu@v1 |
|
0 commit comments