From b7597c047e5197c3bbeade833ab7727174d7cfc8 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8" Date: Thu, 19 Mar 2015 16:50:11 +0000 Subject: [PATCH] --- doc/bugs/Google_Cloud_Storage_Nearline.mdwn | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/bugs/Google_Cloud_Storage_Nearline.mdwn diff --git a/doc/bugs/Google_Cloud_Storage_Nearline.mdwn b/doc/bugs/Google_Cloud_Storage_Nearline.mdwn new file mode 100644 index 0000000000..41c3f2f8c4 --- /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. +"""]]