Skip to content

Commit

Permalink
Update PutBucketLifecycleConfiguration test
Browse files Browse the repository at this point in the history
It now checks the Crc32 checksum header instead of Md5
  • Loading branch information
landonxjames committed Sep 25, 2024
1 parent 6182401 commit 2879b9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aws/sdk/aws-models-extra/s3-tests.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ apply PutBucketLifecycleConfiguration @httpRequestTests([
protocol: "aws.protocols#restXml",
uri: "/",
headers: {
// we can assert this, but when this test is promoted, it can't assert
// on the exact contents
"content-md5": "JP8DTuCSH6yDC8wNGg4+mA==",
"x-amz-checksum-crc32": "11+f3g==",
},
bodyMediaType: "application/xml",
body: """
Expand Down

0 comments on commit 2879b9e

Please sign in to comment.