This commit is contained in:
Gilbert Chen
2017-07-27 22:43:00 -04:00

View File

@@ -181,6 +181,17 @@ Storage URL: s3c://region@host/bucket/path/to/storage
</details> </details>
<details> <summary>Wasabi</summary>
```
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.
</details>
<details> <summary>Google Cloud Storage</summary> <details> <summary>Google Cloud Storage</summary>
``` ```