This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new cc2458f63 Fix S3 doc error (#3642)
cc2458f63 is described below
commit cc2458f6380b9dd045d6e02fd0b0c6f6751700d0
Author: Kirs <[email protected]>
AuthorDate: Mon Dec 5 11:02:54 2022 +0800
Fix S3 doc error (#3642)
---
docs/en/connector-v2/sink/S3File.md | 5 ++++-
docs/en/connector-v2/source/S3File.md | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/en/connector-v2/sink/S3File.md
b/docs/en/connector-v2/sink/S3File.md
index a07feee57..39e23fc29 100644
--- a/docs/en/connector-v2/sink/S3File.md
+++ b/docs/en/connector-v2/sink/S3File.md
@@ -226,4 +226,7 @@ For orc file format
- When field from upstream is null it will throw NullPointerException
- Sink columns mapping failed
- When restore writer from states getting transaction directly failed
- - Support S3A protocol
\ No newline at end of file
+- [Feature] Support S3A protocol
([3632](https://github.com/apache/incubator-seatunnel/pull/3632))
+ - Allow user to add additional hadoop-s3 parameters
+ - Allow the use of the s3a protocol
+ - Decouple hadoop-aws dependencies
\ No newline at end of file
diff --git a/docs/en/connector-v2/source/S3File.md
b/docs/en/connector-v2/source/S3File.md
index 106892a3c..5286119bb 100644
--- a/docs/en/connector-v2/source/S3File.md
+++ b/docs/en/connector-v2/source/S3File.md
@@ -258,4 +258,7 @@ Source plugin common parameters, please refer to [Source
Common Options](common-
- Add S3File Source Connector
### Next version
-- Support S3A protocol
+- [Feature] Support S3A protocol
([3632](https://github.com/apache/incubator-seatunnel/pull/3632))
+ - Allow user to add additional hadoop-s3 parameters
+ - Allow the use of the s3a protocol
+ - Decouple hadoop-aws dependencies