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

Add missing methods for Config type #3671

Merged
merged 2 commits into from
Jan 12, 2021
Merged

Conversation

HongChenTW
Copy link
Contributor

@HongChenTW HongChenTW commented Dec 2, 2020

This commit is for adding missing chaining and mergeInConfig parameters.

  • chain: LowerCaseHeaderMaps, DisableRestProtocolURICleaning
  • mergeInConfig: LowerCaseHeaderMaps

- chain: LowerCaseHeaderMaps, DisableRestProtocolURICleaning
- mergeInConfig: LowerCaseHeaderMaps
@HongChenTW HongChenTW changed the title Add missing action in Config struct Add missing methods for Config type Dec 9, 2020
@jasdel jasdel merged commit c30aae4 into aws:master Jan 12, 2021
aws-sdk-go-automation pushed a commit that referenced this pull request Jan 13, 2021
===

### 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 added a commit that referenced this pull request Jan 13, 2021
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](#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))
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.

4 participants