SigningJobDestinationS3

data class SigningJobDestinationS3(val bucket: String, val prefix: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val prefix: String? = null

An Amazon S3 object key prefix that you can use to limit signed objects keys to begin with the specified prefix.