You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "JingsongLi (via GitHub)" <gi...@apache.org> on 2023/03/30 11:24:27 UTC

[GitHub] [incubator-paimon] JingsongLi commented on a diff in pull request #777: [doc] Path style config for S3

JingsongLi commented on code in PR #777:
URL: https://github.com/apache/incubator-paimon/pull/777#discussion_r1153114213


##########
docs/content/filesystems/s3.md:
##########
@@ -71,6 +71,13 @@ CREATE CATALOG my_catalog WITH (
 );
 ```
 
+Some S3 compliant object stores might not have virtual host style addressing enabled by default, for example when using Standalone MinIO for testing purpose.
+In such cases, you will have to provide the property to enable path style access in flink-conf.yaml.
+
+```sql
+'s3.path.style.access' = 'true'

Review Comment:
   We can add this documentation at the bottom.



-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org