-
Notifications
You must be signed in to change notification settings - Fork 864
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle older S3 packages for operations that require MD5 or checksums (…
…#3642) * fix: Handle older S3 packages for operations that support either MD5 or flexible checksums * fix: Update HttpWebRequestMessage to handle MD5Stream (which does not support seeking)
- Loading branch information
1 parent
970f624
commit 9cd49b6
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
generator/.DevConfigs/43745a80-c082-4df4-a73e-413191e5b816.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"core": { | ||
"updateMinimum": true, | ||
"type": "Patch", | ||
"changeLogMessages": [ | ||
"Update data integrity component to handle older versions of the `AWSSDK.S3` package when operations require a `Content-MD5` header" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters