Skip to content

Commit dedd807

Browse files
authored
Update S3 credentials (#22)
1 parent ec3a9e3 commit dedd807

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

src/config/blob-store.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,12 @@ tables:
6969
format: "csv"
7070
```
7171

72-
Note that AWS region needs to be manually specified through `AWS_REGION`
73-
environment variable.
72+
To configure S3 credentials, you can set the following environment variables:
7473

75-
To configure S3 credentials, you can use IAM role or set the following
76-
environment variables if you are using IAM user:
77-
78-
* `AWS_SECRET_ACCESS_KEY`
79-
* `AWS_ACCESS_KEY_ID`
74+
* `AWS_ENDPOINT_URL`: The endpoint URL for your S3 provider
75+
* `AWS_REGION`: The region where your S3 bucket is located
76+
* `AWS_SECRET_ACCESS_KEY`: The secret access key from your S3 provider
77+
* `AWS_ACCESS_KEY_ID`: The access key ID from your S3 provider
8078

8179
## GCS
8280

0 commit comments

Comments
 (0)