summaryrefslogtreecommitdiff
path: root/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-17 17:08:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-17 17:08:39 -0400
commit253f1b2b6c988b1b2148b9d41e4de5bedaa73fba (patch)
tree55c06fa56d5a46ae3070ce0a7fcd7946e54817c8 /doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage.mdwn
parent0bac4080297bebaa94390ce3a6b86c53d9306ff7 (diff)
juggle dup bugs
Diffstat (limited to 'doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage.mdwn')
-rw-r--r--doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage.mdwn7
1 files changed, 4 insertions, 3 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 2df75a5fa..828dc72c0 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
@@ -1,6 +1,9 @@
### Please describe the problem.
-The S3 remote does not support Google Cloud Storage buckets with the Durable Reduced Availability or Nearline storage classes. These are less-expensive alternatives to the Standard storage class, which would otherwise be a good fit for git-annex.
+The S3 remote does not support Google Cloud Storage buckets with the
+Durable Reduced Availability or Nearline storage classes. These are
+less-expensive alternatives to the Standard storage class, which would
+otherwise be a good fit for git-annex.
### What steps will reproduce the problem?
@@ -87,5 +90,3 @@ 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}
"""]]
-
-> This is a dup of [[todo/Nearline_support]] ; [[done]] --[[Joey]]