diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-09-08 16:29:18 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-09-08 16:29:18 -0400 |
commit | 52d8dff8801c910bb2417a1cd311265ef88a132e (patch) | |
tree | 09f7860e17f55efcbdbc2a5bbd71e38316547248 | |
parent | b9c53bac9c2305eef8187f44319a0782b6a98236 (diff) |
devblog
-rw-r--r-- | doc/devblog/day_470__export_to_external_and_S3.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_470__export_to_external_and_S3.mdwn b/doc/devblog/day_470__export_to_external_and_S3.mdwn new file mode 100644 index 000000000..df27b06ed --- /dev/null +++ b/doc/devblog/day_470__export_to_external_and_S3.mdwn @@ -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. |