diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-02 11:14:03 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-02 11:14:03 -0400 |
commit | 184a20540beb47963afbca64bd9a3e96dbb7b020 (patch) | |
tree | 66afd9d82ad66d4f69c5bfc44edc535477766f71 /doc/special_remotes | |
parent | 8fb6d8127c5cf1bc2a3e18981ed1fefb515106bf (diff) |
Fix failure to build with aws-0.13.0 and finish nearline support.
* Fix failure to build with aws-0.13.0.
* When built with aws-0.13.0, the S3 special remote can be used to create
google nearline buckets, by setting storageclass=NEARLINE.
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/S3.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn index f4d1c552e..f6c01c0d0 100644 --- a/doc/special_remotes/S3.mdwn +++ b/doc/special_remotes/S3.mdwn @@ -43,9 +43,14 @@ the S3 remote. When using Amazon S3, if you have configured git-annex to preserve multiple [[copies]], consider setting this to "REDUCED_REDUNDANCY" - to save money. Or, if the remote will be used for backup or archival, + to save money. + + Or, if the remote will be used for backup or archival, and so its files are Infrequently Accessed, "STANDARD_IA" is also a - good choice to save money. + good choice to save money. (Requires a git-annex built with aws-0.13.0) + + When using Google Cloud Storage, to make a nearline bucket, set this to + "NEARLINE". (Requires a git-annex built with aws-0.13.0) Note that changing the storage class of an existing S3 remote will affect new objects sent to the remote, but not objects already |