distribution/vendor/github.com/aws/aws-sdk-go/private
Sargun Dhillon 9f664468ea Upgrade AWS library to v1.12.36
This upgrade, and vendors aws-sdk-go to version v1.12.36.
This is because it has new API calls accessible to the S3 client,
specifically S3.ListObjectsV2PagesWithContext

Signed-off-by: Sargun Dhillon <sargun@sargun.me>
2018-01-07 22:45:17 -08:00
..
protocol Upgrade AWS library to v1.12.36 2018-01-07 22:45:17 -08:00
README.md Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00

README.md

AWS SDK for Go Private packages

private is a collection of packages used internally by the SDK, and is subject to have breaking changes. This package is not internal so that if you really need to use its functionality, and understand breaking changes will be made, you are able to.

These packages will be refactored in the future so that the API generator and model parsers are exposed cleanly on their own. Making it easier for you to generate your own code based on the API models.