We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3a9e3 commit dedd807Copy full SHA for dedd807
1 file changed
src/config/blob-store.md
@@ -69,14 +69,12 @@ tables:
69
format: "csv"
70
```
71
72
-Note that AWS region needs to be manually specified through `AWS_REGION`
73
-environment variable.
+To configure S3 credentials, you can set the following environment variables:
74
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`
+* `AWS_ENDPOINT_URL`: The endpoint URL for your S3 provider
+* `AWS_REGION`: The region where your S3 bucket is located
+* `AWS_SECRET_ACCESS_KEY`: The secret access key from your S3 provider
+* `AWS_ACCESS_KEY_ID`: The access key ID from your S3 provider
80
81
## GCS
82
0 commit comments