codahale / sneaker

A tool for securely storing secrets on S3 using Amazon KMS.
Other
800 stars 34 forks source link

Update to use main aws library instead of awslabs #8

Closed swenson closed 9 years ago

swenson commented 9 years ago

The awslabs package references a package named "internal", which breaks Go 1.5 compatibility.

It appears that the AWS SDK people do not intend to fix it: https://github.com/aws/aws-sdk-go/issues/340

codahale commented 9 years ago

Awesome, thanks!