-
Notifications
You must be signed in to change notification settings - Fork 3
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 bag as folder tree to Storage Service #538
Comments
Thanks for filing this. I turned off support for untarred bags a few months ago because I found we weren't supporting them consistently. Some operations would succeed and some would fail. We do plan to re-enable support for untarred bags (bags as directory trees). This probably won't happen until after the new year, as I'm tied up on some core projects related to APTrust services. |
Thanks, @diamondap . I look forward to seeing that functionality re-enabled after you've had a chance to revisit it. |
You should be able to do this now in version 2.1.0. Release notes are at https://github.com/APTrust/dart/blob/master/ReleaseNotes.md and you can download the new version from https://aptrust.github.io/dart-docs/#download. |
Thank you, @diamondap. I'll download the latest version and give it a try. |
Re-opened because DART 2.1.0 is currently not viable. For now, we're back to the 2.0.22 release, which does not support this feature. The problem with 2.1.0 is #548 |
I'd like to be able to upload an uncompressed, unpackaged bag as a folder tree to a Storage Service. Currently, DART only uploads files to a Storage Service, not folders and their contents.
Use case: we are storing bags in our storage service as unpackaged, uncompressed folder trees, to avail ourselves of the deduplication capabilities and browsing capabilities of our storage service.
The text was updated successfully, but these errors were encountered: