Skip to content

Commit

Permalink
Add recent changes to pending change log
Browse files Browse the repository at this point in the history
Adds aws#2456 and aws#2343 to pending change for next release.
  • Loading branch information
jasdel authored Mar 1, 2019
1 parent 07f5610 commit 18b4e17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### SDK Features

### SDK Enhancements
* `example/service/s3`: Add example of S3 download with progress ([#2456](https://github.com/aws/aws-sdk-go/pull/2456))
* Adds a new example to the S3 service's examples. This example shows how you could use the S3's GetObject API call in conjunction with a custom writer keeping track of progress.
* Related to [#1868](https://github.com/aws/aws-sdk-go/pull/1868), [#2468](https://github.com/aws/aws-sdk-go/pull/2468)

### SDK Bugs
* `aws/session`: Allow HTTP Proxy with custom CA bundle ([#2343](https://github.com/aws/aws-sdk-go/pull/2343))
* Ensures Go HTTP Client's `ProxyFromEnvironment` functionality is still enabled when custom CA bundles are used with the SDK.
* Fix [#2287](https://github.com/aws/aws-sdk-go/pull/2287)

0 comments on commit 18b4e17

Please sign in to comment.