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

private/protocol: Loosen endpoint validation to allow customer specify port number #3730

Merged
merged 4 commits into from Jan 13, 2021

Conversation

macrovve
Copy link
Contributor

@macrovve macrovve commented Jan 7, 2021

AWS Java SDK and AWS Python SDK allow customer to use endpoint with port number. So AWS Go SDK should allow this too

@jasdel jasdel self-requested a review January 12, 2021 17:47
@jasdel jasdel changed the title Loose endpoint validation to allow customer specify port number private/protocol: Loosen endpoint validation to allow customer specify port number Jan 13, 2021
@jasdel jasdel merged commit d64f6df into aws:master Jan 13, 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.

None yet

4 participants