Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.36.26 #3737

Merged
merged 1 commit into from
Jan 13, 2021
Merged

Release v1.36.26 #3737

merged 1 commit into from
Jan 13, 2021

Conversation

aws-sdk-go-automation
Copy link
Contributor

Release v1.36.26 (2021-01-13)

Service Client Updates

  • service/frauddetector: Updates service API and documentation
  • service/personalize: Updates service documentation

SDK Enhancements

  • private/protocol: Loosen endpoint validation to allow customer specify port number (#3730)
    • Updates SDK's endpoint validation of the hostname to allow ports to be specified.
  • service/s3/s3manager: Add ETag field to UploadOutput (#3733)
    • Adds the ETag field to the Uploader's UploadOutput return value.
    • Fixes #2764
  • aws: Add WithLowerCaseHeaderMaps and WithDisableRestProtocolURICleaning to aws.Config. (#3671)

SDK Bugs

  • aws: Fixed a case where LowerCaseHeaderMaps would not be merged when mergingaws.Config types. (#3671)

===

### Service Client Updates
* `service/frauddetector`: Updates service API and documentation
* `service/personalize`: Updates service documentation

### SDK Enhancements
* `private/protocol`: Loosen endpoint validation to allow customer specify port number ([#3730](#3730))
    * Updates SDK's endpoint validation of the hostname to allow ports to be specified.
* `service/s3/s3manager`: Add ETag field to UploadOutput ([#3733](#3733))
  * Adds the ETag field to the Uploader's UploadOutput return value.
  * Fixes [#2764](#2764)
* `aws`: Add `WithLowerCaseHeaderMaps` and `WithDisableRestProtocolURICleaning` to `aws.Config`. ([#3671](#3671))

### SDK Bugs
* `aws`: Fixed a case where `LowerCaseHeaderMaps` would not be merged when merging`aws.Config` types. ([#3671](#3671))
@aws-sdk-go-automation aws-sdk-go-automation merged commit 5c854db into master Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Returning ETags for s3manager.Uploader
1 participant