File: comment_1_318cd0ca9f4e997161ed22fffa5d5da3._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (18 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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]].
"""]]