This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new a758cb3d3 [doc] Path style config for S3 (#777)
a758cb3d3 is described below
commit a758cb3d35e42189f5032ec8cf7de5b96dfc8341
Author: wgcn <[email protected]>
AuthorDate: Thu Mar 30 21:52:08 2023 +0800
[doc] Path style config for S3 (#777)
---
docs/content/filesystems/s3.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/content/filesystems/s3.md b/docs/content/filesystems/s3.md
index 7c497ab45..005c53bd1 100644
--- a/docs/content/filesystems/s3.md
+++ b/docs/content/filesystems/s3.md
@@ -138,3 +138,13 @@ The S3 Filesystem also support using S3 compliant object
stores such as IBM’s
```yaml
s3.endpoint: your-endpoint-hostname
```
+
+## Configure Path Style Access
+
+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.
+
+```yaml
+s3.path.style.access: true
+```
+