提交 b0548418 编写于 作者: T Tony Wei 提交者: Tzu-Li (Gordon) Tai

hotfix] [docs] Fix incorrect doc for s3a configuration for AWS deployment

This closes #4679.
上级 bd0841e7
......@@ -117,14 +117,14 @@ You need to point Flink to a valid Hadoop configuration, which contains the foll
<!-- Comma separated list of local directories used to buffer
large results prior to transmitting them to S3. -->
<property>
<name>fs.s3.buffer.dir</name>
<name>fs.s3a.buffer.dir</name>
<value>/tmp</value>
</property>
</configuration>
```
This registers `S3AFileSystem` as the default FileSystem for URIs with the `s3://` scheme.
This registers `S3AFileSystem` as the default FileSystem for URIs with the `s3a://` scheme.
#### `NativeS3FileSystem`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册