Skip to content

Commit

Permalink
fix(doc): remove AWS_PROFILE from supported S3 configuration (#14492)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala authored Feb 5, 2025
1 parent fbd83de commit 5e46314
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions docs/source/user-guide/cli/datasources.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,18 +243,16 @@ $ datafusion-cli
Supported configuration options are:
| Environment Variable | Configuration Option | Description |
| ---------------------------------------- | ----------------------- | --------------------------------------------------------- |
| `AWS_ACCESS_KEY_ID` | `aws.access_key_id` | |
| `AWS_SECRET_ACCESS_KEY` | `aws.secret_access_key` | |
| `AWS_DEFAULT_REGION` | `aws.region` | |
| `AWS_ENDPOINT` | `aws.endpoint` | |
| `AWS_SESSION_TOKEN` | `aws.token` | |
| `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` | | See [IAM Roles] |
| `AWS_ALLOW_HTTP` | | set to "true" to permit HTTP connections without TLS |
| `AWS_PROFILE` | | Support for using a [named profile] to supply credentials |
[named profile]: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html
| Environment Variable | Configuration Option | Description |
| ---------------------------------------- | ----------------------- | ---------------------------------------------------- |
| `AWS_ACCESS_KEY_ID` | `aws.access_key_id` | |
| `AWS_SECRET_ACCESS_KEY` | `aws.secret_access_key` | |
| `AWS_DEFAULT_REGION` | `aws.region` | |
| `AWS_ENDPOINT` | `aws.endpoint` | |
| `AWS_SESSION_TOKEN` | `aws.token` | |
| `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` | | See [IAM Roles] |
| `AWS_ALLOW_HTTP` | | set to "true" to permit HTTP connections without TLS |
[iam roles]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html
## OSS
Expand Down

0 comments on commit 5e46314

Please sign in to comment.