-
Notifications
You must be signed in to change notification settings - Fork 48
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
Switch to native S3 library to use IAM for permissions #37
Comments
Hmm. Not sure how all that's configured @raventools, but we haven't had any trouble issuing a credential for the bot. |
For reference, this is discussed here as well on the There are apparently a fair number of pros/cons to using the native AWS node package. The biggest concern I have is for folks who have implemented S3-like services, such as Pithos, would no longer be able to use the package. (#35) It doesn't look terribly difficult to accomplish, but it will need some more research. |
I have not worked with any of the S3-like services, but so long as they're truly compatible, you should be able to use the |
It looks like the library you're using to interact with S3, knox, is not maintained, and is therefore missing common functionality like IAM role support. If you switched to using the AWS SDK, you would be able to get that functionality without any additional effort.
The text was updated successfully, but these errors were encountered: