{
"integration": "amazons3",
"pipeline": "files",
"configuration": {
"bucket": "my-s3-bucket"
}
}
Configuration options:The S3 bucket name to sync files from.
{
"integration": "amazons3",
"pipeline": "files",
"configuration": {
"bucket": "my-s3-bucket",
"subfolder": "documents/"
}
}
Configuration options:The S3 bucket name to sync files from.
A subfolder path within the bucket to limit the Sync scope to.
{
"integration": "amazons3",
"pipeline": "files",
"configuration": {
"bucket": "my-s3-bucket",
"fileIds": ["documents/document1.pdf", "documents/document2.pdf"]
}
}
Configuration options:The S3 bucket name to sync files from.
A list of S3 file keys, including the path, to limit the Sync scope to.