Skip to content

Commit

Permalink
Add Backblaze B2 to the list of compatible apis (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhbradshaw committed Mar 4, 2022
1 parent 0bb50cf commit a2ac79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ac79c

Please sign in to comment.