mchades commented on code in PR #11669: URL: https://github.com/apache/gravitino/pull/11669#discussion_r3420061184
########## docs/lakehouse-paimon-catalog.md: ########## @@ -57,6 +57,7 @@ Builds with Apache Paimon `1.2`. :::note - If you want to use the `oss` or `s3` warehouse, you need to place related jars in the `catalogs/lakehouse-paimon/lib` directory, more information can be found in the [Paimon S3](https://paimon.apache.org/docs/1.2/maintenance/filesystems/#s3). +- If you use an S3 warehouse, also download [`gravitino-aws-<version>.jar`](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aws) and place it in the `catalogs/lakehouse-paimon/libs` directory to enable credential vending. For OSS, use [`gravitino-aliyun-<version>.jar`](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-aliyun) instead. Review Comment: Or you should add a link explanation at the catalog operation (create/load catalog) section, otherwise users will not be able to find the already set property, and they won't know where to retrieve it using the credential interface. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
