juggle dup bugs
This commit is contained in:
parent
1e3100017e
commit
89238e9595
2 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
### Please describe the problem.
|
### 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?
|
### 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>
|
[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}
|
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]]
|
|
||||||
|
|
|
@ -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)
|
* [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>
|
* <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]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue