Skip to content

Commit

Permalink
Clarify where to set legacy Hive properties for S3
Browse files Browse the repository at this point in the history
The `trino.s3.use-web-identity-token-credentials-provider` property must
be set in the Hadoop config file, not as the connector property. This
needs to be clarified in the docs.
  • Loading branch information
nineinchnick authored and mosabua committed Jan 10, 2025
1 parent 3431609 commit fa706ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/main/sphinx/object-storage/legacy-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ If you are running Trino on Amazon EKS, and authenticate using a Kubernetes
service account, you can set the
`trino.s3.use-web-identity-token-credentials-provider` to `true`, so Trino does
not try using different credential providers from the default credential
provider chain.
provider chain. The property must be set in the Hadoop configuration files
referenced by the `hive.config.resources` Hive connector property.

## Custom S3 credentials provider

Expand Down

0 comments on commit fa706ae

Please sign in to comment.