-
Notifications
You must be signed in to change notification settings - Fork 30
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
Direct upload to remote s3 #90
base: dev
Are you sure you want to change the base?
Conversation
Hi @yigitsoy ! Thanks for the PR and sorry for the delay! Did you have time to test this with S3? Adding automated test would not hurt, and I guess the test should just check if the send HTTP requests look correct |
Hi @np-8 Thanks for the feedback. I have been using this version to upload to S3 since then. I will try to some tests to make sure that it works in general. |
@yigitsoy |
Very keen to see this as a feature so giving this a bump |
This PR attempts to address the issue described in #89 where the files can be uploaded to a remote s3 bucket directly without local storage.
@np-8 I tried to keep the changes only on python side. I would be happy if you could see if there are any places that can be improved.