Closed jasonmartens closed 8 years ago
Looking at this, I think the right abstraction to work with in the context of credentials that change over time is to have a Source[Credential]
(which might well be Source.repeat(constantCredential)
. rather than passing in a constant credential.
I think that is probably a nicer solution. Not sure I will have time to work on it, but we shall see.
Also, just to clarify the credentials are not constant. There is a self-refreshing version for an EC2 instance.
This PR is superceded by #11
Add AWS Credential lookup, similar to the AWS SDK, and a checksum validator for the multipart upload.