ImagePutObjectArgs
data class ImagePutObjectArgs(val bucket: String, val imagePath: String, val stream: InputStream, val objectSize: Long, val partSize: Long, val contentType: ContentType = ContentType.IMAGE_JPEG)
Constructors
Link copied to clipboard
constructor(bucket: String, imagePath: String, stream: InputStream, objectSize: Long, partSize: Long, contentType: ContentType = ContentType.IMAGE_JPEG)