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
Enable file uploads/downloads directly from an external storage system for performance and scalability reasons.
Use cases
Support a large number of concurrent downloads - important when clients download large files over slow connections.
Support fast download speeds as well as potentially range requests etc by directly leveraging the storage systems capabilities (the storage system is better at handling file upload/download than Invenio).
Tasks
Deposit form:
Ensure the file uploader app is able to upload via Invenio or directly to the storage system.
Backend:
Support redirect to storage
Evaluate if PyFilesystem should still be used or we need direct access to e.g. S3/XRootD etc.
S3 test case - support for uploading directly to min.io in the container.
This discussion was converted from issue #59 on March 20, 2024 10:58.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
(extracted from #40)
Goals
Enable file uploads/downloads directly from an external storage system for performance and scalability reasons.
Use cases
Tasks
Things to take into account:
Beta Was this translation helpful? Give feedback.
All reactions