summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-17 17:20:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-17 17:20:01 -0400
commit61421a4a686eef076b0592384a3ce6e8573bd04e (patch)
treee4bcd9cd4c82c7b559eee7ddf0159ebfb799f99e /debian/changelog
parent253f1b2b6c988b1b2148b9d41e4de5bedaa73fba (diff)
S3 storage classes expansion
Added support for storageclass=STANDARD_IA to use Amazon's new Infrequently Accessed storage. Also allows using storageclass=NEARLINE to use Google's NearLine storage. The necessary changes to aws to support this are in https://github.com/aristidb/aws/pull/176
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0ded62f12..e55a52a66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ git-annex (5.20150917) UNRELEASED; urgency=medium
* info: Don't allow use in a non-git-annex repository, since it
uses the git-annex branch and would create it if it were missing.
+ * S3: Added support for storageclass=STANDARD_IA to use Amazon's
+ new Infrequently Accessed storage.
+ (Needs aws-0.13.0.)
+ * S3: Use aws-0.13.0, which allows using storageclass=NEARLINE
+ to use Google's NearLine storage.
-- Joey Hess <id@joeyh.name> Wed, 16 Sep 2015 12:23:33 -0400