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

Pluggable transfer types for record files. #91

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mesemus
Copy link

@mesemus mesemus commented Jan 19, 2025

Description

This pull request proposes refactoring of Invenio’s file transfer mechanism by making transfer types pluggable, moving beyond the existing fixed options (Local, Fetch, Remote). It also introduces a dedicated transfer field to contain all transfer-related metadata.

Checklist

Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:

Frontend

Reminder

By using GitHub, you have already agreed to the GitHub’s Terms of Service including that:

  1. You license your contribution under the same terms as the current repository’s license.
  2. You agree that you have the right to license your contribution under the current repository’s license.

* Introduces pluggable transfer types

* Adds support for multipart upload and remote transfer types

* Adds support for per-transfer type permissions

Co-authored-by: Mirek Simek <[email protected]>
@mesemus
Copy link
Author

mesemus commented Jan 19, 2025

Note: This pull request was originally proposed at inveniosoftware/rfcs#76 and has been relocated here to allow additional contributions from the CESNET team.

mesemus added a commit to oarepo/invenio-s3 that referenced this pull request Jan 19, 2025
* Implementation of multipart upload, as described in RFC 0072

* See inveniosoftware/rfcs#91

Co-authored-by: Mirek Simek <[email protected]>
mesemus added a commit to oarepo/docs-invenio-rdm that referenced this pull request Jan 19, 2025
* See inveniosoftware/rfcs#91 for details

Co-authored-by: Mirek Simek <[email protected]>
@mesemus
Copy link
Author

mesemus commented Jan 19, 2025

@mesemus mesemus marked this pull request as draft January 19, 2025 19:12
oarepo-bot pushed a commit to oarepo/invenio-s3 that referenced this pull request Jan 21, 2025
* Implementation of multipart upload, as described in RFC 0072

* See inveniosoftware/rfcs#91

Co-authored-by: Mirek Simek <[email protected]>
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 this pull request may close these issues.

1 participant