-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 PartitionID to endpoints.ResolvedEndpoint and metadata.ClientInfo #2902
Merged
Conversation
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
skmcgrail
force-pushed
the
endpoints/partitionID
branch
from
October 22, 2019 00:48
96da9b9
to
7fec937
Compare
skmcgrail
changed the title
Add PartitionID to
Add PartitionID to endpoints.ResolvedEndpoint and metadata.ClientInfo
Oct 22, 2019
endpoints.ResolvedEndpoint
and metadata.ClientInfo
jasdel
approved these changes
Oct 23, 2019
skmcgrail
force-pushed
the
endpoints/partitionID
branch
from
October 24, 2019 21:49
7fec937
to
027750a
Compare
skmcgrail
force-pushed
the
endpoints/partitionID
branch
from
October 24, 2019 21:57
027750a
to
3f2ad9c
Compare
aws-sdk-go-automation
pushed a commit
that referenced
this pull request
Oct 28, 2019
=== ### Service Client Updates * `service/ecr`: Updates service API, documentation, and paginators * This release of Amazon Elastic Container Registry Service (Amazon ECR) introduces support for image scanning. This identifies the software vulnerabilities in the container image based on the Common Vulnerabilities and Exposures (CVE) database. * `service/elasticache`: Updates service API and documentation * Amazon ElastiCache adds support for migrating Redis workloads hosted on Amazon EC2 into ElastiCache by syncing the data between the source Redis cluster and target ElastiCache for Redis cluster in real time. For more information, see https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/migrate-to-elasticache.html. * `service/transfer`: Updates service API and documentation * This release adds logical directories support to your AWS SFTP server endpoint, so you can now create logical directory structures mapped to Amazon Simple Storage Service (Amazon S3) bucket paths for users created and stored within the service. Amazon S3 bucket names and paths can now be hidden from AWS SFTP users, providing an additional level of privacy to meet security requirements. You can lock down your SFTP users' access to designated folders (commonly referred to as 'chroot'), and simplify complex folder structures for data distribution through SFTP without replicating files across multiple users. ### SDK Enhancements * `aws/client`: Add PartitionID to Config ([#2902](#2902)) * `aws/client/metadata`: Add PartitionID to ClientInfo ([#2902](#2902)) * `aws/endpoints`: Add PartitionID to ResolvedEndpoint ([#2902](#2902)) ### SDK Bugs * `aws/endpoints`: Fix resolve endpoint with empty region ([#2911](#2911)) * Fixes the SDK's behavior when attempting to resolve a service's endpoint when no region was provided. Adds legacy support for services that were able to resolve a valid endpoint. No new service will support resolving an endpoint without an region. * Fixes [#2909](#2909)
Merged
aws-sdk-go-automation
added a commit
that referenced
this pull request
Oct 28, 2019
Release v1.25.20 (2019-10-28) === ### Service Client Updates * `service/ecr`: Updates service API, documentation, and paginators * This release of Amazon Elastic Container Registry Service (Amazon ECR) introduces support for image scanning. This identifies the software vulnerabilities in the container image based on the Common Vulnerabilities and Exposures (CVE) database. * `service/elasticache`: Updates service API and documentation * Amazon ElastiCache adds support for migrating Redis workloads hosted on Amazon EC2 into ElastiCache by syncing the data between the source Redis cluster and target ElastiCache for Redis cluster in real time. For more information, see https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/migrate-to-elasticache.html. * `service/transfer`: Updates service API and documentation * This release adds logical directories support to your AWS SFTP server endpoint, so you can now create logical directory structures mapped to Amazon Simple Storage Service (Amazon S3) bucket paths for users created and stored within the service. Amazon S3 bucket names and paths can now be hidden from AWS SFTP users, providing an additional level of privacy to meet security requirements. You can lock down your SFTP users' access to designated folders (commonly referred to as 'chroot'), and simplify complex folder structures for data distribution through SFTP without replicating files across multiple users. ### SDK Enhancements * `aws/client`: Add PartitionID to Config ([#2902](#2902)) * `aws/client/metadata`: Add PartitionID to ClientInfo ([#2902](#2902)) * `aws/endpoints`: Add PartitionID to ResolvedEndpoint ([#2902](#2902)) ### SDK Bugs * `aws/endpoints`: Fix resolve endpoint with empty region ([#2911](#2911)) * Fixes the SDK's behavior when attempting to resolve a service's endpoint when no region was provided. Adds legacy support for services that were able to resolve a valid endpoint. No new service will support resolving an endpoint without an region. * Fixes [#2909](#2909)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add PartitionID to
endpoints.ResolvedEndpoint
andmetadata.ClientInfo