EventActionActionExportRevisionToS3RevisionDestination

data class EventActionActionExportRevisionToS3RevisionDestination(val bucket: String, val keyPattern: String? = null)

Constructors

constructor(bucket: String, keyPattern: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket where the revision will be exported.

Link copied to clipboard
val keyPattern: String? = null

Pattern for naming revisions in the S3 bucket. Defaults to ${Revision.CreatedAt}/${Asset.Name}.