Commit b5d6f6b
Fix LocalStack startup timing and AWS CLI configuration in CI (#1265)
* Fix LocalStack startup timing and AWS CLI configuration in CI
* Pin LocalStack image to stable version to avoid breaking changes from latest
* Fix LocalStack image tag (use valid stable version instead of non-existent major tag)
* Use LocalStack version 3.0.0 in CI to support S3 checksum headers
* Start LocalStack 3.0.0 with robust S3 health check and bucket creation in CI
* Upgrade LocalStack to 3.8.1 to fix S3 checksum compatibility with AWSSDK
LocalStack 3.0.0 does not support the x-amz-checksum headers that
AWSSDK.S3 v3.7.508+ sends by default, causing PutObject to fail with
'NoneType' object has no attribute 'to_bytes'. Also updates the health
check endpoint to /_localstack/health for compatibility.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 986d214 commit b5d6f6b
1 file changed
Lines changed: 19 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 35 | | |
40 | | - | |
| 36 | + | |
41 | 37 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | | - | |
48 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
0 commit comments