added suggestion for S3 export remote redirecting to key-value store

This commit is contained in:
Ilya_Shlyakhter 2019-09-02 17:41:46 +00:00 committed by admin
parent 62723b7c45
commit 1a7c06ea9d

View file

@ -0,0 +1,3 @@
S3 lets you [redirect](https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html) requests for an object to another object, or to a URL. This could be used to export a git branch, in the manner of [[`git-annex-export`|git-annex-export]], but with annexed objects redirecting to a key-value S3 remote in the same bucket.
Related: [[todo/simpler__44___trusted_export_remotes]] ; [[forum/Using_hashdirlower_layout_for_S3_special_remote]].