Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 424 Bytes

File metadata and controls

21 lines (15 loc) · 424 Bytes

AWS S3 Extension (beta)

The AWS S3 extension provides writing of formatted files to AWS S3 buckets.

Note: This is a Binary Storage Extension that is only used in combination with File Format extensions.

Settings

Sink settings require all parameters shown below.

Sink

{
    "FileName": "",
    "S3Region": "us-west-1",
    "S3BucketName": "",
    "S3AccessKey": "",
    "S3SecretKey": ""
}