Skip to content

Commit 5e46314

Browse files
fix(doc): remove AWS_PROFILE from supported S3 configuration (#14492)
1 parent fbd83de commit 5e46314

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

docs/source/user-guide/cli/datasources.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -243,18 +243,16 @@ $ datafusion-cli
243243
244244
Supported configuration options are:
245245
246-
| Environment Variable | Configuration Option | Description |
247-
| ---------------------------------------- | ----------------------- | --------------------------------------------------------- |
248-
| `AWS_ACCESS_KEY_ID` | `aws.access_key_id` | |
249-
| `AWS_SECRET_ACCESS_KEY` | `aws.secret_access_key` | |
250-
| `AWS_DEFAULT_REGION` | `aws.region` | |
251-
| `AWS_ENDPOINT` | `aws.endpoint` | |
252-
| `AWS_SESSION_TOKEN` | `aws.token` | |
253-
| `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` | | See [IAM Roles] |
254-
| `AWS_ALLOW_HTTP` | | set to "true" to permit HTTP connections without TLS |
255-
| `AWS_PROFILE` | | Support for using a [named profile] to supply credentials |
256-
257-
[named profile]: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html
246+
| Environment Variable | Configuration Option | Description |
247+
| ---------------------------------------- | ----------------------- | ---------------------------------------------------- |
248+
| `AWS_ACCESS_KEY_ID` | `aws.access_key_id` | |
249+
| `AWS_SECRET_ACCESS_KEY` | `aws.secret_access_key` | |
250+
| `AWS_DEFAULT_REGION` | `aws.region` | |
251+
| `AWS_ENDPOINT` | `aws.endpoint` | |
252+
| `AWS_SESSION_TOKEN` | `aws.token` | |
253+
| `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` | | See [IAM Roles] |
254+
| `AWS_ALLOW_HTTP` | | set to "true" to permit HTTP connections without TLS |
255+
258256
[iam roles]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html
259257
260258
## OSS

0 commit comments

Comments
 (0)