Skip to content

Commit ebc50fb

Browse files
author
Thomas Pfeiffer (ext.)
committed
* Added missing remark to s3.profile-name and client.profile-name in documentation
* Adjusted markdown for `Unified AWS Credentials` table
1 parent 09de790 commit ebc50fb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

mkdocs/docs/configuration.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ For the FileIO there are several configuration options available:
115115
| s3.access-key-id | admin | Configure the static access key id used to access the FileIO. |
116116
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
117117
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |
118-
| s3.profile-name | default | Configure the AWS profile used to access the S3 FileIO. |
118+
| s3.profile-name | default | Configure the AWS profile used to access the S3 FileIO (only supported by `FsspecFileIO` currently). |
119119
| s3.role-session-name | session | An optional identifier for the assumed role session. |
120120
| s3.role-arn | arn:aws:... | AWS Role ARN. If provided instead of access_key and secret_key, temporary credentials will be fetched by assuming this role. |
121121
| s3.signer | bearer | Configure the signature version of the FileIO. |
@@ -839,15 +839,15 @@ catalog:
839839

840840
configures the AWS credentials for both Glue Catalog and S3 FileIO.
841841

842-
| Key | Example | Description |
843-
| ------------------------ | -------------- | ------------------------------------------------------------------------------------------------------ |
844-
| client.region | us-east-1 | Set the region of both the Glue/DynamoDB Catalog and the S3 FileIO |
845-
| client.access-key-id | admin | Configure the static access key id used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
846-
| client.secret-access-key | password | Configure the static secret access key used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
847-
| client.session-token | AQoDYXdzEJr... | Configure the static session token used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
848-
| client.profile-name | default | Configure the AWS profile used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
849-
| client.role-session-name | session | An optional identifier for the assumed role session. |
850-
| client.role-arn | arn:aws:... | AWS Role ARN. If provided instead of access_key and secret_key, temporary credentials will be fetched by assuming this role. |
842+
| Key | Example | Description |
843+
| ------------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
844+
| client.region | us-east-1 | Set the region of both the Glue/DynamoDB Catalog and the S3 FileIO |
845+
| client.access-key-id | admin | Configure the static access key id used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
846+
| client.secret-access-key | password | Configure the static secret access key used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
847+
| client.session-token | AQoDYXdzEJr... | Configure the static session token used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
848+
| client.profile-name | default | Configure the AWS profile used to access both the Glue/DynamoDB Catalog and the S3 FileIO (only supported by `FsspecFileIO` currently) |
849+
| client.role-session-name | session | An optional identifier for the assumed role session. |
850+
| client.role-arn | arn:aws:... | AWS Role ARN. If provided instead of access_key and secret_key, temporary credentials will be fetched by assuming this role. |
851851

852852
<!-- prettier-ignore-start -->
853853

0 commit comments

Comments
 (0)