Skip to main content

Synced Objects

Amazon S3 supports the following Synced Objects:

Files

Send a request to Enable Sync to start a file sync. Syncs for Amazon S3 can be created with one of the following configurations:
  • Bucket Sync: All files in the specified bucket will be synced.
  • Folder Sync: Only files in the specified folder will be synced (recursively including all subfolders).
  • Sync of specific files: Only a group of specific files will be synced.
  • Bucket Sync
  • Folder Sync
  • Sync of specific files
Example
{
    "integration": "amazons3",
    "pipeline": "files",
    "configuration": {
      "bucket": "my-s3-bucket"
    }
}
Configuration options:
bucket
string
required
The S3 bucket name to sync files from.
I