File: day_470__export_to_external_and_S3.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (12 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
Got `git annex export` working to external special remotes. Each external
special remote will need some modifications to allow exporting. Exporting
to some things doesn't make sense, but often there's a way to browse a tree
of files stored on the special remote and so export is worth supporting.
Now would be a good time to contact the author of your favorite special
remote about supporting export..

Also had time to get `git annex export` working to S3. The tip 
[[tips/publishing_your_files_to_the_public]] had a clumsy method for
publishing files via S3 before, and is now quite simple!

Today's work was supported by the NSF-funded DataLad project.