2011-01-26 16:34:15 +00:00
|
|
|
Support Amazon S3 as a file storage backend.
|
2011-03-18 13:39:27 +00:00
|
|
|
|
|
|
|
There's a haskell library that looks good. Not yet in Debian.
|
|
|
|
|
2011-03-29 22:30:41 +00:00
|
|
|
Multiple ways of using S3 are possible. Currently implemented as
|
|
|
|
a special type of git remote.
|
2011-03-18 13:39:27 +00:00
|
|
|
|
2011-03-29 22:30:41 +00:00
|
|
|
Before this can be close, I need to fix:
|
2011-03-18 13:39:27 +00:00
|
|
|
|
2011-03-29 22:30:41 +00:00
|
|
|
## encryption
|
2011-03-18 13:39:27 +00:00
|
|
|
|
2011-03-29 22:30:41 +00:00
|
|
|
TODO
|
2011-03-18 13:39:27 +00:00
|
|
|
|
2011-03-27 21:45:11 +00:00
|
|
|
## unused checking
|
2011-03-18 13:39:27 +00:00
|
|
|
|
2011-03-27 21:45:11 +00:00
|
|
|
One problem is `git annex unused`. Currently it only looks at the local
|
|
|
|
repository, not remotes. But if something is dropped from the local repo,
|
|
|
|
and you forget to drop it from S3, cruft can build up there.
|
2011-03-18 13:47:12 +00:00
|
|
|
|
2011-03-27 21:45:11 +00:00
|
|
|
This could be fixed by adding a hook to list all keys present in a remote.
|
|
|
|
Then unused could scan remotes for keys, and if they were not used locally,
|
|
|
|
offer the possibility to drop them from the remote.
|
2011-05-17 16:19:52 +00:00
|
|
|
|
|
|
|
[[done]]
|