Google Cloud Storage supports the same API as Amazon S3, so the S3 special remote can be used with it. Here is a configuration example:

git annex initremote cloud type=S3 encryption=none host=storage.googleapis.com port=80

Thanks to jterrance for the original tip. --Joey

This looks very valuable - Google are offering a free 5GB up until 2013 June 30th

Sign in here[1] get your credentials here[2] under the section “Interoperable Access” (Source[3])

# Set up AWS credentials
$ export AWS_ACCESS_KEY_ID="YOUR-KEY"
$ export AWS_SECRET_ACCESS_KEY="YOUR-SECRET"
  1. http://gs-signup-redirect.appspot.com/ -or- https://developers.google.com/storage/docs/signup
  2. https://storage.cloud.google.com/m
  3. http://fog.io/storage/
Comment by Nigel Fri May 31 06:23:23 2013
Comments on this page are closed.