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.
This commit is contained in:
Joey Hess 2015-11-02 11:14:03 -04:00
parent e9c7cc316e
commit 4153507864
Failed to extract signature
6 changed files with 50 additions and 2 deletions

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2015-11-02T14:59:08Z"
content="""
Nice job bgilbert on the external special remote.
git-annex's S3 special remote also supports nearline now:
git annex initremote cloud type=S3 encryption=none host=storage.googleapis.com port=80 storageclass=NEARLINE
For the nearline support to work, git-annex has to be built with version 0.13.0 of
the haskell aws library.
But, it seems like bgilbert's external special remote is easier to set up,
due to not needing to configure Google Cloud Storage for interoperable access.
"""]]