Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 587 Bytes

File metadata and controls

33 lines (25 loc) · 587 Bytes

AWS S3 Extension

The AWS S3 extension provides reading and 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

Source and Sink settings require the parameters shown below.

Source

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

Sink

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