yahuili1128 opened a new issue #1545: URL: https://github.com/apache/incubator-seatunnel/issues/1545
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description - Missing documents S3 . The `file`(file/hdfs/s3) plug-in is used to synchronize data to S3, but S3 cannot be written according to the `start-seatunnel-spark.sh` startup. After debug, found that `spark-submit` command lack parameters `com.amazonaws.services.s3.enableV4`. There can use the `--variable/-i` java opts . Obviously, it doesn't match the notes very well (`--variable, -i PROP=VALUE Variable substitution, such as -i city=beijing, or -i date=20190318`). Can be optimized accordingly for easy use ? - If you need to write to S3 by spark , please refer to the following configuration: `bin/start-seatunnel-spark.sh -c ${config-path} -m master -e client -i com.amazonaws.services.s3.enableV4` - It's a good project ### Usage Scenario Using the file plug-in, it is easier to write s3 without specifying additional parameters. Hotspot service scenario requirements. ### Related issues no ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
