aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-08 13:25:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-08 13:25:32 -0400
commite582ca77d991a3a62e2c14f5e4e1ba345c9f6a07 (patch)
tree0bf2342e4e3fa90de8f40a92fc9dca4e5c4f24cc
parent15731353113ecb2959e975f733ec9e486cd4475f (diff)
comment
-rw-r--r--doc/forum/Replace_glacier-cli__63__/comment_1_318cd0ca9f4e997161ed22fffa5d5da3._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Replace_glacier-cli__63__/comment_1_318cd0ca9f4e997161ed22fffa5d5da3._comment b/doc/forum/Replace_glacier-cli__63__/comment_1_318cd0ca9f4e997161ed22fffa5d5da3._comment
new file mode 100644
index 000000000..f87c8e4f6
--- /dev/null
+++ b/doc/forum/Replace_glacier-cli__63__/comment_1_318cd0ca9f4e997161ed22fffa5d5da3._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2018-02-08T17:17:10Z"
+ content="""
+There's been an open feature request on the haskell aws
+for 5 years to support glacier <https://github.com/aristidb/aws/issues/81>
+at this point I am doubtful anything will ever happen there.
+
+The most likely approach seems to be to use the amazonka library, which
+supports S3 with a Glacier lifecycle. git-annex's S3 remote could be
+rewritten to use that.
+
+I think it should be possible to set up a S3 bucket and configure it with
+some web tool to have a Glacier lifecycle, and then use the existing
+git-annex S3 support to access it. Except for the problem documented at
+[[todo/wishlist__58___Restore_s3_files_moved_to_Glacier]].
+"""]]