aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8 <Hamza@web>2015-03-19 16:50:11 +0000
committerGravatar admin <admin@branchable.com>2015-03-19 16:50:11 +0000
commit989652b8eb433ab0242af2b01b79d5e8f9f4a212 (patch)
tree952dea51c7f834a737151e646599579e1e695ef6
parentf8dbd215736ec89c400543c48e9bee83e2ed843b (diff)
-rw-r--r--doc/bugs/Google_Cloud_Storage_Nearline.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/Google_Cloud_Storage_Nearline.mdwn b/doc/bugs/Google_Cloud_Storage_Nearline.mdwn
new file mode 100644
index 000000000..41c3f2f8c
--- /dev/null
+++ b/doc/bugs/Google_Cloud_Storage_Nearline.mdwn
@@ -0,0 +1,22 @@
+### Please describe the problem.
+
+Google's Nearline Storage does not work with git-annex.
+
+### What steps will reproduce the problem?
+
+Create a remote on google cloud storage. AFAIK there is no way to tell annex to create a nearline bucket so what I did was to let it create a regular bucket. At this point everything works I can store retrieve files from the remote. Then I download the buckets content delete the bucket and recreate a nearline bucket with the same name as the old one and re-upload the content. With the new nearline bucket trying to put files there results in a 400 bad request error.
+
+
+### What version of git-annex are you using? On what operating system?
+
+Mac OS X, git-annex version: 5.20150219-g52daae5
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]