ImageRemoveObjectArgs

data class ImageRemoveObjectArgs(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 ImageRemoveObjectArgs.toS3Args(): DeleteObjectRequest