Skip to content

Commit 8c48e28

Browse files
authored
docs(object-storage): document the required STORAGE_TYPE env var (#547)
1 parent 2a8cc88 commit 8c48e28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/installing-workflow/configuring-object-storage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Operators should configure object storage by either populating a set of environm
3737

3838
**Option 1:** Using environment variables
3939

40+
After setting a `STORAGE_TYPE` environment variable to the desired object storage type ("s3", "gcs", "azure", or "swift"), set the additional variables as required by the selected object storage:
41+
4042
| Storage Type | Required Variables | Notes |
4143
| --- | --- | --- |
4244
| s3 | `AWS_ACCESS_KEY`, `AWS_SECRET_KEY`, `AWS_REGISTRY_BUCKET`, `AWS_DATABASE_BUCKET`, `AWS_BUILDER_BUCKET`, `S3_REGION` | To use [IAM credentials][aws-iam], it is not necessary to set `AWS_ACCESS_KEY` or `AWS_SECRET_KEY`. |

0 commit comments

Comments
 (0)