Amazon S3 Blob Storage configuration
See below available configuration properties for S3 event outputs.
| Field | Details |
|---|---|
type * | Always amazon-s3 |
region * | The AWS region the bucket resides in (e.g., eu-west-2) |
baseUrl * | The base service URL (e.g., https://s3.eu-west-2.amazonaws.com) |
bucket * | The name of the bucket |
accessKey * | The secret key used for authentication |
secretKey * | The access key used for authentication |
assumeRole | The role ARN granting access via a configured policy. |
rootPath | A base folder to sandbox access. |
prefixFolder | A prefix appended to the rootPath under which to store files |