You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2019/08/26 11:12:50 UTC

[flink] 01/03: [hotfix][docs] Add documentation regarding path style access for s3

This is an automated email from the ASF dual-hosted git repository.

sewen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit a61e383310f59436eeed909e3f8c4621fb5772c3
Author: Achyuth Samudrala <ac...@ing.com>
AuthorDate: Mon Aug 19 08:29:13 2019 +0200

    [hotfix][docs] Add documentation regarding path style access for s3
    
    This closes #9479
---
 docs/ops/filesystems/s3.md    | 8 ++++++++
 docs/ops/filesystems/s3.zh.md | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/docs/ops/filesystems/s3.md b/docs/ops/filesystems/s3.md
index f601b46..9794723 100644
--- a/docs/ops/filesystems/s3.md
+++ b/docs/ops/filesystems/s3.md
@@ -109,6 +109,14 @@ To do so, configure your endpoint in `flink-conf.yaml`.
 s3.endpoint: your-endpoint-hostname
 {% endhighlight %}
 
+## Configure Path Style Access
+
+Some of the S3 compliant object stores might not have virtual host style addressing enabled by default. In such cases, you will have to provide the property to enable path style access in  in `flink-conf.yaml`.
+
+{% highlight yaml %}
+s3.path.style.access: true
+{% endhighlight %}
+
 ## Entropy injection for S3 file systems
 
 The bundled S3 file systems (`flink-s3-fs-presto` and `flink-s3-fs-hadoop`) support entropy injection. Entropy injection is
diff --git a/docs/ops/filesystems/s3.zh.md b/docs/ops/filesystems/s3.zh.md
index f601b46..9794723 100644
--- a/docs/ops/filesystems/s3.zh.md
+++ b/docs/ops/filesystems/s3.zh.md
@@ -109,6 +109,14 @@ To do so, configure your endpoint in `flink-conf.yaml`.
 s3.endpoint: your-endpoint-hostname
 {% endhighlight %}
 
+## Configure Path Style Access
+
+Some of the S3 compliant object stores might not have virtual host style addressing enabled by default. In such cases, you will have to provide the property to enable path style access in  in `flink-conf.yaml`.
+
+{% highlight yaml %}
+s3.path.style.access: true
+{% endhighlight %}
+
 ## Entropy injection for S3 file systems
 
 The bundled S3 file systems (`flink-s3-fs-presto` and `flink-s3-fs-hadoop`) support entropy injection. Entropy injection is