From a2ac79c89d372c1b84af18fa70e7e5b24014870b Mon Sep 17 00:00:00 2001 From: "Douglas H. Bradshaw" Date: Fri, 4 Mar 2022 02:57:59 -0600 Subject: [PATCH] Add Backblaze B2 to the list of compatible apis (#259) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9c0c09b8c..9fa830242c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Rust library for working with Amazon S3 or arbitrary S3 compatible APIs, fully c ### Intro -Modest interface towards Amazon S3, as well as S3 compatible object storage APIs such as Wasabi, Yandex, Minio or Google Cloud Storage. +Modest interface towards Amazon S3, as well as S3 compatible object storage APIs such as Backblaze B2, Wasabi, Yandex, Minio or Google Cloud Storage. Supports: `put`, `get`, `list`, `delete`, operations on `tags` and `location`, well as `head`. Additionally a dedicated `presign_get` `Bucket` method is available. This means you can upload to S3, and give the link to select people without having to worry about publicly accessible files on S3. This also means that you can give people