diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-15 16:42:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-15 16:42:54 -0400 |
commit | 4c2df33a74af1bb752da1661100ce76eb33fbf9b (patch) | |
tree | 16f277ec1a2027317c4857070003dd0d006f3da2 /doc | |
parent | 35710cb4887026786d54b10745893cdd3f9b559e (diff) |
upstream patch needs testing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage/comment_4_4fe89a4e4f865acec60ac5b1e6540e60._comment | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage/comment_4_4fe89a4e4f865acec60ac5b1e6540e60._comment b/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage/comment_4_4fe89a4e4f865acec60ac5b1e6540e60._comment new file mode 100644 index 000000000..a70042cbc --- /dev/null +++ b/doc/bugs/Support_non-default_storage_classes_with_Google_Cloud_Storage/comment_4_4fe89a4e4f865acec60ac5b1e6540e60._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2015-10-15T20:23:23Z" + content=""" +There's now support for creating buckets this way in +my fork, <https://github.com/joeyh/aws> + +I have not been able to test it, since I don't have the necessary account, +and don't want to give google my bank account/CC number on top of all the +other info they have gathered, which seems to be needed to sign up for one. + +If you check out my fork, `cabal confgure -fExamples; cabal build` +will create a test program in +`dist/build/PutBucketNearLine/PutBucketNearLine` ; it expects the usual +env vars for S3 creds, and you need to pass it the name of the bucket to +create. + +If that works, and creates a usable nearline bucket, we can probably get it +merged into mainline aws and then get support in git-annex. +"""]] |