You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
upload a file in multiple parts (You can upload these object parts/segments/chunks independently and in any order):
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
The text was updated successfully, but these errors were encountered: