-
Notifications
You must be signed in to change notification settings - Fork 19
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
Target archetype that stores to S3 #11
Comments
Concerns with my approach:
These issues may be somewhat resolved if we wrap a fully-featured AWS API like the I'm a bit busy at the moment, despite being in strict lockdown, but I can try to have a look if you'd like? |
Yeah, I was hoping to use |
Probably best to build this on top of |
Thanks for starting on this! I agree that most of the config should happen up front and not encumber the target's interface. After looking at your proposal, I see a couple alternative potential routes. Not sure which one I like more yet.
tar_s3_push_object(name, command, key, bucket, config = paws::s3(), ...) |
I think I may still be in a |
Yeah, with On reflection, I would actually prefer ropensci/targets#154 if it works out. I think S3 will be more seamless and efficient that way. |
Let's go with ropensci/targets#176 instead. I think it's as seamless as Metaflow. |
Prework
tarchetypes
' code of conduct.tarchetypes
' contributing guidelines.Proposal
Let's take @mdneuzerling's blog post on
drake
+ S3 and turn it into atar_s3()
archeytpe. Related: #8.The text was updated successfully, but these errors were encountered: