Skip to content
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

Provide option to upload files synchronously, to conserve ordering #44

Open
alpeb opened this issue Feb 27, 2020 · 0 comments · May be fixed by #500
Open

Provide option to upload files synchronously, to conserve ordering #44

alpeb opened this issue Feb 27, 2020 · 0 comments · May be fixed by #500

Comments

@alpeb
Copy link

alpeb commented Feb 27, 2020

When uploading multiple files they're sent in parallel, which is great for swiftness, but they usually end up in a different order than they were declared in the files property.
In our case we're uploading files along with their checksums in separate files, and we'd like the files to be listed next to their checksums.
How about providing an option to do the upload synchronously? Thanks!

@richarddd richarddd linked a pull request Aug 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant