-
Notifications
You must be signed in to change notification settings - Fork 1
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
Problem: Replicated AIPs cannot be packaged in a different format from the original #1440
Comments
@tw4l For this feature, since users cannot download AIPs from the write-only replica, can we hide the "Download" option in the Storage Service GUI? Otherwise, seems to be working fine across replicas. When I do click "Download" for this replica, I get an error, which is expected. But it'd be better to not have the ability to click a link at all. Should I make a new Issue or should there be a new PR assigned to this one? |
Thanks @ablwr! I'll look into hiding the "Download" option in the GUI for this option. Since this is a refinement of the same issue, we can continue to use this issue and link any subsequent PRs here. |
After feedback from @sromkey we opted not to hide the download links - see discussion starting here: artefactual/archivematica-storage-service#595 (comment). |
artefactual/archivematica-storage-service#597 introduces tweaks to the Storage Service which enable creating replicas in a new replicator location, so that users who want to replicate their AIPs into a Replicator location setup in the new |
I've confirmed that:
|
Please describe the problem you'd like to be solved
Users should be able to create replicated AIPs that are packaged in a format different from the original AIP.
Users of Archivematica that are storing their AIPs uncompressed and unwrapped may want one or more replicated copies of their AIPs to move to a storage location that is better supported through a single, wrapped copy of the AIP (such as tape-based storage systems, or possibly S3-based storage).
And likewise, the reverse may be true, where it may favor a potential workflow if Archivematica's default wrapped and compressed AIPs could have a replicated copy that is unwrapped and uncompressed.
In order to achieve this, Archivematica should have an additional feature that makes it able to store one replica as an unpacked AIP and at least one replica stored as a packaged TAR file (uncompressed).
Describe the solution you'd like to see implemented
Some work has been done on this feature, predating my time on this project: artefactual/archivematica-storage-service#574
Below is a Gherkin-style template that can be used as acceptance criteria:
Describe alternatives you've considered
cron
job to achieve this feature.Additional context
This is a sponsored request.
For Artefactual use:
Before you close this issue, you must check off the following:
The text was updated successfully, but these errors were encountered: