AWS S3 sinks data as objects to an AWS S3 bucket.

Interpretation Methods

The sink supports these interpretation methods:

  • object
  • data

Settings

FieldTypeDescriptionRequired
bucketstringThe AWS S3 bucket that data is written to.Yes
prefix (deprecated)stringThe prefix prepended to the object path.

Defaults to no prefix.
No
prefix_key (deprecated)stringRetrieves 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_pathobjectDetermines how the name of the uploaded object is constructed. See

Defaults to year/month/day/uuid.extension.
No
file_formatobjectDetermines the format of the file.

Defaults to json.
No
file_compressionobjectDetermines the compression type applied to the file.

Defaults to gzip.
No