File: using_Google_Cloud_Storage.mdwn

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (9 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
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]]