fohrloop / dash-uploader

The alternative upload component for python Dash applications.
MIT License
141 stars 29 forks source link

Direct upload to remote s3 #90

Open yigitsoy opened 2 years ago

yigitsoy commented 2 years ago

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.

fohrloop commented 2 years ago

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

yigitsoy commented 2 years ago

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.

mapix commented 9 months ago

@yigitsoy Great job, I will assist you in the follow-up development and test this feature together.

samkikibaker commented 9 months ago

Very keen to see this as a feature so giving this a bump