-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
=== ### Service Client Updates * `service/application-autoscaling`: Updates service documentation * `service/appsync`: Updates service documentation * `service/connect`: Updates service API and documentation * `service/ec2`: Updates service API and documentation * Documentation updates for EC2 * `service/elasticbeanstalk`: Updates service waiters and paginators * Add waiters for `EnvironmentExists`, `EnvironmentUpdated`, and `EnvironmentTerminated`. Add paginators for `DescribeEnvironmentManagedActionHistory` and `ListPlatformVersions`. * `service/macie2`: Updates service API, documentation, and paginators ### SDK Enhancements * `service/s3/s3manager`: Clarify documentation and behavior of GetBucketRegion ([#3428](#3428)) * Updates the documentation for GetBucketRegion's behavior with regard to default configuration for path style addressing. Provides examples how to override this behavior. * Updates the GetBucketRegion utility to not require a region hint when the session or client was configured with a custom endpoint URL. * Related to [#3115](#3115) * `service/s3`: Add failsafe handling for unknown stream messages * Adds failsafe handling for receiving unknown stream messages from an API. A `<streamName>UnknownEvent` type will encapsulate the unknown message received from the API. Where `<streamName>` is the name of the API's stream, (e.g. S3's `SelectObjectContentEventStreamUnknownEvent`).
- Loading branch information
awssdkgo
committed
Jul 17, 2020
1 parent
e2087bb
commit 46dac1f
Showing
27 changed files
with
2,650 additions
and
665 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
### SDK Features | ||
|
||
### SDK Enhancements | ||
* `service/s3/s3manager`: Clarify documentation and behavior of GetBucketRegion ([#3428](https://github.com/aws/aws-sdk-go/pull/3428)) | ||
* Updates the documentation for GetBucketRegion's behavior with regard to default configuration for path style addressing. Provides examples how to override this behavior. | ||
* Updates the GetBucketRegion utility to not require a region hint when the session or client was configured with a custom endpoint URL. | ||
* Related to [#3115](https://github.com/aws/aws-sdk-go/issues/3115) | ||
* `service/s3`: Add failsafe handling for unknown stream messages | ||
* Adds failsafe handling for receiving unknown stream messages from an API. A `<streamName>UnknownEvent` type will encapsulate the unknown message received from the API. Where `<streamName>` is the name of the API's stream, (e.g. S3's `SelectObjectContentEventStreamUnknownEvent`). | ||
|
||
### SDK Bugs | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.