Skip to content

Commit

Permalink
[FLINK-8513][docs] Add documentation for connecting to non-AWS S3 end…
Browse files Browse the repository at this point in the history
…points
  • Loading branch information
sjwiesman authored and StephanEwen committed May 10, 2019
1 parent b50896a commit 4dae94d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/ops/filesystems/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,14 @@ s3.access-key: your-access-key
s3.secret-key: your-secret-key
{% endhighlight %}

{% top %}
## Configure Non-S3 Endpoint

The S3 Filesystems also support using S3 compliant object stores such as [IBM's Cloud Object Storage](https://www.ibm.com/cloud/object-storage) and [Minio](https://min.io/).
To do so, simply configure your endpoint in `flink-conf.yaml`.

{% highlight yaml %}
s3.endpoint: your-endpoint-hostname
{% endhighlight %}

## Entropy injection for S3 file systems

Expand Down
9 changes: 8 additions & 1 deletion docs/ops/filesystems/s3.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,14 @@ s3.access-key: your-access-key
s3.secret-key: your-secret-key
{% endhighlight %}

{% top %}
## Configure Non-S3 Endpoint

The S3 Filesystems also support using S3 compliant object stores such as [IBM's Cloud Object Storage](https://www.ibm.com/cloud/object-storage) and [Minio](https://min.io/).
To do so, simply configure your endpoint in `flink-conf.yaml`.

{% highlight yaml %}
s3.endpoint: your-endpoint-hostname
{% endhighlight %}

## Entropy injection for S3 file systems

Expand Down

0 comments on commit 4dae94d

Please sign in to comment.