S3
Input plugin : S3
- Author: InterestingLab
- Homepage: https://interestinglab.github.io/seatunnel-docs
- Version: 1.1.0
Description
Read raw data from AWS S3 storage.
Options
name | type | required | default value |
---|---|---|---|
path | string | yes | - |
path [string]
File path on S3, supported path formats are s3://, s3a://, s3n://
Example
hdfs {
path = "s3n://bucket/access.log"
}