Skip to content

Commit

Permalink
update s3 release notes for header fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Oct 15, 2024
1 parent 09ef65e commit 7365bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
* `github.com/aws/aws-sdk-go-v2/service/redshift`: [v1.49.0](service/redshift/CHANGELOG.md#v1490-2024-10-07)
* **Feature**: Add validation pattern to S3KeyPrefix on the EnableLogging API
* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.65.1](service/s3/CHANGELOG.md#v1651-2024-10-07)
* **Bug Fix**: Allow serialization of headers with empty string for prefix headers
* **Bug Fix**: **CHANGE IN BEHAVIOR**: Allow serialization of headers with empty string for prefix headers. We are deploying this fix because the behavior is actively preventing users from transmitting keys with empty values to the service. If you were setting metadata keys with empty values before this change, they will now actually be sent to the service.

# Release (2024-10-04)

Expand Down
2 changes: 1 addition & 1 deletion service/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# v1.65.1 (2024-10-07)

* **Bug Fix**: Allow serialization of headers with empty string for prefix headers
* **Bug Fix**: **CHANGE IN BEHAVIOR**: Allow serialization of headers with empty string for prefix headers. We are deploying this fix because the behavior is actively preventing users from transmitting keys with empty values to the service. If you were setting metadata keys with empty values before this change, they will now actually be sent to the service.
* **Dependency Update**: Updated to the latest SDK module versions

# v1.65.0 (2024-10-04)
Expand Down

0 comments on commit 7365bd1

Please sign in to comment.