summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
authorGravatar Dosenpfand <Dosenpfand@web>2016-09-01 18:40:32 +0000
committerGravatar admin <admin@branchable.com>2016-09-01 18:40:32 +0000
commitd597356f2f250550e7aebc44de10ebf664faba9c (patch)
treebbdd5179b1a9002757828cc06cb780341263c89c /doc/tips
parent32c995fca822aee163f60c8d0f4cdecece235ae9 (diff)
Added a comment
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/using_Google_Cloud_Storage/comment_6_d1462d9d1d425e609bf8ad8fb8f0a9d5._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tips/using_Google_Cloud_Storage/comment_6_d1462d9d1d425e609bf8ad8fb8f0a9d5._comment b/doc/tips/using_Google_Cloud_Storage/comment_6_d1462d9d1d425e609bf8ad8fb8f0a9d5._comment
new file mode 100644
index 000000000..e1878f00f
--- /dev/null
+++ b/doc/tips/using_Google_Cloud_Storage/comment_6_d1462d9d1d425e609bf8ad8fb8f0a9d5._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="Dosenpfand"
+ subject="comment 6"
+ date="2016-09-01T18:40:31Z"
+ content="""
+
+When trying to use google cloud storage i get the following error:
+
+ $ git annex initremote cloud type=S3 encryption=none host=storage.googleapis.com port=80 storageclass=NEARLINE
+ initremote cloud (checking bucket...) (creating bucket in US...) git-annex: S3Error {s3StatusCode = Status {statusCode = 400, statusMessage = \"Bad Request\"}, s3ErrorCode = \"MalformedHeaderValue\", s3ErrorMessage = \"An HTTP header value was malformed.\", s3ErrorResource = Nothing, s3ErrorHostId = Nothing, s3ErrorAccessKeyId = Nothing, s3ErrorStringToSign = Nothing, s3ErrorBucket = Nothing, s3ErrorEndpointRaw = Nothing, s3ErrorEndpoint = Nothing}
+
+Does anybody know what is causing this? I am pretty sure that the credentials are correctly set and ommiting storageclass=NEARLINE does not help.
+
+"""]]