From a43114da99bc1426cd630cc5106b46a62c11cc6a Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Tue, 25 Jul 2017 23:47:50 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f3f9b62..335f6b4 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,16 @@ Storage URL: s3c://region@host/bucket/path/to/storage +
Google Cloud Storage +``` +Storage URL: s3://us-east-1@s3.wasabisys.com/bucket/path/to/storage +``` + +[Wasabi](https://wasabi.com) is a relatively new cloud storage serivce providing a S3-compatible API. +It is well suited for storing backups, because it is much cheaper than Amazon S3 with a storage cost of $.0039/GB/Month and a download fee of $0.04/GB, and no additional charges on API calls. + +
+
Google Cloud Storage ``` From 7ecf895d85e5fbbfdaf18c5b1482d12c5cf575d0 Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Tue, 25 Jul 2017 23:48:13 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 335f6b4..5c09dad 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Storage URL: s3c://region@host/bucket/path/to/storage
-
Google Cloud Storage +
Wasabi ``` Storage URL: s3://us-east-1@s3.wasabisys.com/bucket/path/to/storage ``` From 0391ecf9411fb64532486080af0f36a512a4a130 Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Tue, 25 Jul 2017 23:48:52 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c09dad..ca49fb5 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Storage URL: s3c://region@host/bucket/path/to/storage
Wasabi + ``` Storage URL: s3://us-east-1@s3.wasabisys.com/bucket/path/to/storage ```