From 1a7c06ea9da36b4c4a34e2b5b5f38aff1ddc8157 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Mon, 2 Sep 2019 17:41:46 +0000 Subject: [PATCH] added suggestion for S3 export remote redirecting to key-value store --- doc/todo/S3_export_redirecting_to_key-value_store.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/S3_export_redirecting_to_key-value_store.mdwn diff --git a/doc/todo/S3_export_redirecting_to_key-value_store.mdwn b/doc/todo/S3_export_redirecting_to_key-value_store.mdwn new file mode 100644 index 0000000000..2aab376bf0 --- /dev/null +++ b/doc/todo/S3_export_redirecting_to_key-value_store.mdwn @@ -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]].