add a tip

This commit is contained in:
Joey Hess 2013-01-26 10:10:35 +11:00
parent 42d01d1a8c
commit a447b5c23e

View file

@ -0,0 +1,9 @@
[Google Cloud Storage](https://cloud.google.com/products/cloud-storage)
supports the same API as Amazon S3, so the
[[S3 special remote|special_remotes/S3]] 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](https://gist.github.com/4576324).
--[[Joey]]