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/bugs | |
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/bugs')
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage.mdwn b/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage.mdwn index 828dc72c0..1c11e45ba 100644 --- a/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage.mdwn +++ b/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage.mdwn @@ -90,3 +90,5 @@ initremote cloud (checking bucket...) [2015-05-31 17:38:21 EDT] String to sign: [2015-05-31 17:38:22 EDT] Response metadata: S3: request ID=<none>, x-amz-id-2=<none> git-annex: S3Error {s3StatusCode = Status {statusCode = 400, statusMessage = "Bad Request"}, s3ErrorCode = "InvalidArgument", s3ErrorMessage = "Invalid argument.", s3ErrorResource = Nothing, s3ErrorHostId = Nothing, s3ErrorAccessKeyId = Nothing, s3ErrorStringToSign = Nothing} """]] + +> [[done]], see comments --[[Joey]] diff --git a/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage/comment_5_ab6cf3c57d9f93c24c19df81582f38d5._comment b/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage/comment_5_ab6cf3c57d9f93c24c19df81582f38d5._comment new file mode 100644 index 000000000..4e87d7a5f --- /dev/null +++ b/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage/comment_5_ab6cf3c57d9f93c24c19df81582f38d5._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2015-11-02T14:55:54Z" + content=""" +aws-0.13.0 was released with the ncessary support. git-annex will now pass +the NEARLINE storage class when creating a bucket. + +Note that most builds of git-annex are not yet made with that version of +aws, but it will trickle out to the build systems with time. +"""]] |