-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for getting files from S3 #2
Comments
Hey @dancannon – I imagine S3 is certainly a thing we'd like to support. Unless you feel it will be a lot of work, go ahead and get it working and then open a pull request and we'll be happy to review and provide suggestions! I did look at what you have and it seems straightforward enough. Do you have any ideas on how you plan on handling authentication? Defaulting to the aws-sdk-go to find them in ~/.aws/credentials or in the environment? That sounds sufficient for me, but maybe others have an opinion |
Hey @catsby thats great to hear. Regarding my branch:
|
Also what did you think about my method for matching S3 URLs? My current attempt will cause any S3 urls to use the S3 getter and not the HTTP getter, I dont think this is a bad thing but what do you think? |
Hey @dancannon. What you're starting looks great! I've put some points below in no particular order to help you out:
Let me know if you have any other questions and we'd love to have this in. |
Done, by you! |
Thanks for reviewing + merging! |
We are looking into using Nomad and store our binaries in S3. To fetch these as part of the job startup it would be helpful for go-getter to support S3.
I have started this here but I am not sure about my approach. I would be interested to hear your thoughts.
The text was updated successfully, but these errors were encountered: