KeyOptions

data class KeyOptions(val isKeyCredentialled: Boolean = false)

Options for key handling in AWS S3 operations.

Constructors

Link copied to clipboard
constructor(isKeyCredentialled: Boolean = false)

Properties

Link copied to clipboard

Boolean Whether the key already includes the credentials prefix. Defaults to false.