blob: d2589700cf01d799cb937a1b2454a6d044493783 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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]]
---
There is also an external special remote that accesses Google Cloud Storage
via a Google Cloud service account, and does not rely on the Google Cloud
Storage Interoperability API. <https://github.com/bgilbert/gcsannex> has
features including support for Nearline storage.
|