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 PartitionID to endpoints.ResolvedEndpoint and metadata.ClientInfo #2902

Merged
merged 4 commits into from Oct 24, 2019

Conversation

skmcgrail
Copy link
Member

Add PartitionID to endpoints.ResolvedEndpoint and metadata.ClientInfo

@skmcgrail skmcgrail requested a review from jasdel October 22, 2019 00:42
@skmcgrail skmcgrail changed the title Add PartitionID to endpoints.ResolvedEndpoint and metadata.ClientInfo Add PartitionID to endpoints.ResolvedEndpoint and metadata.ClientInfo Oct 22, 2019
@skmcgrail skmcgrail merged commit 6c4f82c into aws:master Oct 24, 2019
@skmcgrail skmcgrail deleted the endpoints/partitionID branch October 24, 2019 23:05
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)
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants