Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoehler committed Nov 7, 2023
1 parent 27ad396 commit 06ea871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/release-blobstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down Expand Up @@ -105,6 +105,7 @@ blobstore:
options:
account_key: <account_key>
```

---
## Migrating blobs {: #migration }

Expand Down

0 comments on commit 06ea871

Please sign in to comment.