DocumentRemoveObjectArgs

data class DocumentRemoveObjectArgs(val bucket: String, val imagePath: String)

Constructors

Link copied to clipboard
constructor(bucket: String, imagePath: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun DocumentRemoveObjectArgs.toS3Args(): DeleteObjectRequest