Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3-client* now takes an optional session-token key allowing it to be used by ec2 instances that only have temporary credentials. #21

Closed
wants to merge 2 commits into from

Conversation

marshallbrekka
Copy link

No description provided.

…onCredentials. This allows the lib to be used by ec2 instances that are using temporary credentials
@neatonk
Copy link

neatonk commented Apr 1, 2013

@marshallbrekka I submitted pull request here that would enable your use case as well as a number of auth use cases. I'm interested to here if the you think the changes I proposed would work for you as well? If so please pile on! if not feedback is welcome. Thanks!

neatonk added a commit to OtherPeoplesPixels/clj-aws-s3 that referenced this pull request Apr 27, 2013
* importing `com.amazonaws.auth.BasicSessionCredentials`
* new private fn `aws-creds` instantiates creds

Thanks to @marshallbrekka for bringing this up. Closes weavejester#21.
neatonk added a commit to OtherPeoplesPixels/clj-aws-s3 that referenced this pull request Apr 27, 2013
* new private fn `aws-creds` instantiates creds
* importing `com.amazonaws.auth.BasicSessionCredentials`
* importing `com.amazonaws.auth.AWSCredentials`
* type hint on `aws-creds` to avoid reflection

Thanks to @marshallbrekka. Closes weavejester#21.
neatonk added a commit to OtherPeoplesPixels/clj-aws-s3 that referenced this pull request Apr 27, 2013
* new private fn `aws-creds` instantiates creds
* importing `com.amazonaws.auth.BasicSessionCredentials`
* importing `com.amazonaws.auth.AWSCredentials`
* type hint on `aws-creds` to avoid reflection

Thanks to @marshallbrekka. Closes weavejester#21.
@elliot42 elliot42 mentioned this pull request Jan 11, 2014
@sw1nn
Copy link
Collaborator

sw1nn commented Jan 13, 2014

See #49

@sw1nn sw1nn closed this Jan 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants