summaryrefslogtreecommitdiff
path: root/doc/bugs/How_to_use_a_DRA_bucket_in_Google_cloud_storage__63__.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkXzY87FdO942LR-qNyJFeCth0LjWORNuw <Rob@web>2015-01-21 16:12:48 +0000
committerGravatar admin <admin@branchable.com>2015-01-21 16:12:48 +0000
commit3a2b585656ba53fc90ebdf9e4ef1a1f912c8bdda (patch)
tree61dc28d8cc51e1bf47937dd8bec4216ae15afdaf /doc/bugs/How_to_use_a_DRA_bucket_in_Google_cloud_storage__63__.mdwn
parent0f4dfe91a84acdd5c2cccfdaf7548c0067e673cb (diff)
Diffstat (limited to 'doc/bugs/How_to_use_a_DRA_bucket_in_Google_cloud_storage__63__.mdwn')
-rw-r--r--doc/bugs/How_to_use_a_DRA_bucket_in_Google_cloud_storage__63__.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/How_to_use_a_DRA_bucket_in_Google_cloud_storage__63__.mdwn b/doc/bugs/How_to_use_a_DRA_bucket_in_Google_cloud_storage__63__.mdwn
new file mode 100644
index 000000000..03c80b045
--- /dev/null
+++ b/doc/bugs/How_to_use_a_DRA_bucket_in_Google_cloud_storage__63__.mdwn
@@ -0,0 +1,23 @@
+### Please describe the problem.
+
+Git annex's special S3 remote doesn't seem to work with DRA buckets in Google cloud storage.
+
+### What steps will reproduce the problem?
+
+I created a DRA-style bucket in Google cloud storage:
+
+ gsutil mb gs://gitannex-dra
+
+Then followed [this hint](https://gist.github.com/jterrace/4576324) to
+set up use of GCS. Except that it didn't work:
+
+ git annex initremote gcs type=S3 encryption=none host=storage.googleapis.com port=80 bucket=gitannex-dra
+ initremote gcs (checking bucket...) git-annex: Invalid argument.
+
+### What version of git-annex are you using? On what operating system?
+
+Wheezy, git-annex version: 5.20141024~bpo70+1
+
+### Please provide any additional information below.
+
+There didn't seem to be any extra logs and `--debug` didn't seem to add anything useful.