This commit is contained in:
Joey Hess 2017-09-08 16:29:18 -04:00
parent 9c78bbb6b0
commit e6f2af3b63
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,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.