From 06ea87176baad21d6cdc04bfa0211eaaf358d739 Mon Sep 17 00:00:00 2001 From: Felix Moehler Date: Tue, 7 Nov 2023 17:51:19 +0100 Subject: [PATCH] update documentation --- content/release-blobstore.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/release-blobstore.md b/content/release-blobstore.md index 2bba0d7e..a626fdce 100644 --- a/content/release-blobstore.md +++ b/content/release-blobstore.md @@ -8,7 +8,7 @@ Access to release blobstore is configured via two files: - `config/final.yml` (checked into Git repository): contains blobstore location - `config/private.yml` (is NOT checked into Git repository): contains blobstore credentials -CLI supports three different blobstore providers: `s3`, `gcs` and `local`. +CLI supports three different blobstore providers: `s3`, `gcs` , `azure-storage` and `local`. ## S3 Configuration {: #s3-config } @@ -105,6 +105,7 @@ blobstore: options: account_key: ``` + --- ## Migrating blobs {: #migration }