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

upload a file in multiple parts (You can upload these object parts independently and in any order) #1156

Open
Tracked by #1142
kosarko opened this issue Jan 13, 2025 · 0 comments
Milestone

Comments

@kosarko
Copy link
Member

kosarko commented Jan 13, 2025

upload a file in multiple parts (You can upload these object parts/segments/chunks independently and in any order):

  • allow huge file uploads without the need to configure proxies etc. (this should prepare the repository for situations where the operator does not want to limit the max size of a submission, cannot set max body size on a proxy...)
  • if using s3 individual parts might go directly (via presigned url) into s3
  • optionally with UI showing progress

I guess this requires splitting the fileupload process into multiple steps - some sort of setup (e.g. how many parts), the actual transfer of data (individual parts).

The question here is the checksum

@kosarko kosarko changed the title upload a file in multiple paarts (You can upload these object parts independently and in any order) upload a file in multiple parts (You can upload these object parts independently and in any order) Jan 13, 2025
@kosarko kosarko added this to the DTQ next milestone Jan 13, 2025
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

No branches or pull requests

1 participant