Skip to main content

AWS S3

AWS S3 Configuration

Properties

NameTypeDescriptionRequired
bucketobjectThe bucket to store the files in
yes

Additional Properties: not allowed
Example

{
"bucket": {
"name": "my-bucket-name"
}
}

bucket: Bucket

The bucket to store the files in

Properties

NameTypeDescriptionRequired
namestringThe name of the bucket
Pattern: ^(?!.*\.\.)[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]$
yes

Example

{
"name": "my-bucket-name"
}