-
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
Support downloading old versions of objects #36
Conversation
3d8025a
to
44ed82d
Compare
@yarikoptic Progress report: Using commit f4df37a from this PR, I ran: cargo run -r -- \
--path-filter '^zarr-checksums/771f886c-8c2c-4fd5-afdc-3821d4043977' \
s3://dandiarchive/dandiarchive/dandiarchive/ \
dump (where the given
(Some initial files are missing from the download because the inventory list started in the middle of the tree; if I had let the program run long enough, eventually it would have reached whatever CSV file listed the start of the tree.) |
sweet! I will try running on typhon too now. |
FTR, build done on my laptop with debian unstable and newer glibc is "not good" for typhon with older one
|
found https://stackoverflow.com/questions/63724484/build-and-bind-against-older-libc-version -- will try later to build against musl |
Closes #9.
Closes #10.
Closes #12.
Closes #39.