AWS S3
AWS S3 sinks data as objects to an AWS S3 bucket.
Interpretation Methods
The sink supports these interpretation methods:
- object
- data
Settings
Field | Type | Description | Required |
---|---|---|---|
bucket | string | The AWS S3 bucket that data is written to. | Yes |
prefix (deprecated) | string | The prefix prepended to the object path. Defaults to no prefix. | No |
prefix_key (deprecated) | string | Retrieves a value from an object that is used as the prefix prepended to the S3 object path. If used, then this overrides prefix. | No |
file_path | object | Determines how the name of the uploaded object is constructed. See Defaults to year/month/day/uuid.extension . | No |
file_format | object | Determines the format of the file. Defaults to json. | No |
file_compression | object | Determines the compression type applied to the file. Defaults to gzip. | No |
Updated over 2 years ago