Synced Objects

Amazon S3 supports the following Synced Objects:

Files

Sync Configuration Options

Example
{
    "integration": "amazons3",
    "pipeline": "files",
    "configuration": {
        "bucket": "my-s3-bucket",
        "subfolder": "documents/"
    }
}
bucket
string
required

The S3 bucket name to sync files from.

subfolder
string

A subfolder path within the bucket to limit the Sync scope to. If not specified, the Sync will ingest all files from the root of the bucket.