-
Notifications
You must be signed in to change notification settings - Fork 183
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
Upload Files read timeout (with Persist data) #1306
Comments
@JJRdec
This took 38s. I see that you're running Docker on Windows. Can't do much here in the short term, I'm afraid. At some point, I plan to refactor the way we handle multipart uploads (can't fix #1205 without a refactoring), but I can't say yet if that will speed up the process... Currently we persist every part separately and when the multipart upload is completed, we synchronously write all parts to a new file and delete all parts. |
Thanks for the detail around this issue. I see now this is more a docker on windows related issue! For others on Windows we see two workaround options:
@afranken I'll leave it up to you if you want to close this issue, thanks! |
@JJRdec sorry I can't do more right now. |
Following on from this - #1115 (comment)
Uploading large files (i.e. 1GB) to a container that does not implement data persistence works great!
But for our local development we need data uploaded to local S3 to persist. We are doing to this by mounting volumes (folder on devs local env)
Run Container (and mount volume):
Upload Steps:
Output:
@afranken
The text was updated successfully, but these errors were encountered: