Differences between revisions 4 and 8 (spanning 4 versions)
Revision 4 as of 2015-11-16 23:48:03
Size: 1028
Editor: SamatJain
Comment:
Revision 8 as of 2017-08-15 23:12:28
Size: 1797
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

= Services =

[[https://hubic.com/en/|hubiC]]. Storage service from OVH. Provides apps, 10 TB for €50/year at max 10 Mbit/stream. OpenSwift-compatible API.

[[https://wasabi.com/|Wasabi]]: Amazon S3-like service, Glacier like pricing. Minimum 1 TB.

Backblaze B2. Amazon S3-like service.
Line 5: Line 13:
[[http://rclone.org/|rclone]]: rsync for cloud storage [[http://rclone.org/|rclone]]: rsync for cloud storage. Used to work with Amazon Cloud Drive, but only works with some fiddling (not guaranteed to stay working). Workaround discussed in https://forum.rclone.org/t/proxy-for-amazon-cloud-drive/2848 (source code at https://github.com/ncw/oauthproxy).
Line 29: Line 37:

[[https://github.com/breunigs/duplicity-acdcli|duplicity-acdcli]]: Plugin for duplicity to upload to Amazon Cloud Drive via acd_cli

= Local Services =

[[https://minio.io/|Minio]]: Minimal AWS S3 clone, written in Go.

Services

hubiC. Storage service from OVH. Provides apps, 10 TB for €50/year at max 10 Mbit/stream. OpenSwift-compatible API.

Wasabi: Amazon S3-like service, Glacier like pricing. Minimum 1 TB.

Backblaze B2. Amazon S3-like service.

Generic (across all services)

rclone: rsync for cloud storage. Used to work with Amazon Cloud Drive, but only works with some fiddling (not guaranteed to stay working). Workaround discussed in https://forum.rclone.org/t/proxy-for-amazon-cloud-drive/2848 (source code at https://github.com/ncw/oauthproxy).

Google Drive

Clients

skicka: Google Drive client for Linux provided by Google

Amazon Cloud Drive

Reading

Reddit thread

See https://developer.amazon.com/public/apis/experience/cloud-drive/content/getting-started for information on getting your client ID and secret.

Using UnionFS-FUSE with Amazon Cloud Drive encrypted files

Software

multidrive: CLI program for uploading to Amazon Cloud Drive

acd_fuse: FUSE adapter for Amazon Cloud Drive

acd_cli: CLI and FUSE adapter for Amazon Cloud Drive

duplicity-acdcli: Plugin for duplicity to upload to Amazon Cloud Drive via acd_cli

Local Services

Minio: Minimal AWS S3 clone, written in Go.

SamatsWiki: CloudStorage (last edited 2021-07-15 19:07:03 by SamatJain)