codahale / sneaker

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

Update for latest AWS SDK #7

Closed swenson closed 9 years ago

swenson commented 9 years ago

I am using an app that pulls in a newer version of the SDK. :)

codahale commented 9 years ago

I’m totally supportive of this PR, but the tests are failing:

Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/error.go:53: undefined: newBaseError
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/error.go:104: undefined: newRequestError
swenson commented 9 years ago

Ah, nuts. I'll revert that last commit. It was working until I bumped it all the way.

codahale commented 9 years ago

Cool, thanks!