diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-17 17:08:39 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-17 17:08:39 -0400 |
commit | 253f1b2b6c988b1b2148b9d41e4de5bedaa73fba (patch) | |
tree | 55c06fa56d5a46ae3070ce0a7fcd7946e54817c8 /doc | |
parent | 0bac4080297bebaa94390ce3a6b86c53d9306ff7 (diff) |
juggle dup bugs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage.mdwn | 7 | ||||
-rw-r--r-- | doc/todo/Nearline_support.mdwn | 8 |
2 files changed, 12 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]] diff --git a/doc/todo/Nearline_support.mdwn b/doc/todo/Nearline_support.mdwn index 2c9947830..f21af64cf 100644 --- a/doc/todo/Nearline_support.mdwn +++ b/doc/todo/Nearline_support.mdwn @@ -2,3 +2,11 @@ This has been described as Google's [[special_remotes/glacier]]. * [Announcement](http://googlecloudplatform.blogspot.in/2015/03/introducing-Google-Cloud-Storage-Nearline-near-online-data-at-an-offline-price.html) * <https://cloud.google.com/storage/docs/nearline-storage> + +> This is a dup of +> [[bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage]], +> which has more useful info, so [[closing|done]]. +> +> However, that about using its S3 compatability API. There's an external +> special remote just for nearline, which may be a better choice due to +> using the native API, and already works. --[[Joey]] |