From 7747ac0326306b66e34be3b4a655b73edc91e593 Mon Sep 17 00:00:00 2001 From: Egor Petrov Date: Sat, 16 Mar 2024 16:25:11 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73c9552..fe41cc3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ There are currently two supported storage options: * S3 storage - Blobs are written to an S3 bucket (or compatible service) You can control which storage backend is used by setting the `BLOB_API_DATA_STORE` and `BLOB_ARCHIVER_DATA_STORE` to -either `disk` or `s3`. +either `file` or `s3`. The `s3` backend will also work with (for example) Google Cloud Storage buckets (instructions [here](https://medium.com/google-cloud/using-google-cloud-storage-with-minio-object-storage-c994fe4aab6b)). @@ -57,4 +57,4 @@ go run api/cmd/main.go # Archiver go run archiver/cmd/main.go -``` \ No newline at end of file +```