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
This commit is contained in:
parent
89238e9595
commit
26d6566307
6 changed files with 42 additions and 7 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue