1
0
Fork 0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-11-12 16:02:44 +00:00
cloudkeys-go/vendor/github.com/aws/aws-sdk-go/private
Martin Thielecke 9c6e3c89a5 JS bugfixes (#18)
* fix js scoping issue

* add external libraries (they were offline too often)

* new compiled scripts and css

* new fixes in the binary

* vendor update

* change js source

* remove needless variable

* removed more needless variables
2019-01-21 15:27:20 +01:00
..
model JS bugfixes (#18) 2019-01-21 15:27:20 +01:00
protocol JS bugfixes (#18) 2019-01-21 15:27:20 +01:00
signer/v2 Update vendoring using dep 2017-12-29 23:13:47 +01:00
util Switch to dep for vendoring, update dependencies 2017-12-08 13:03:10 +01:00
README.md Switch to dep for vendoring, update dependencies 2017-12-08 13:03:10 +01:00

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.