PutObject

data class PutObject(val key: BucketKey, val content: InputStream, val headers: Headers = emptyList(), val tags: List<Tag> = emptyList(), val storageClass: StorageClass? = null) : S3BucketAction<Unit>

Constructors

Link copied to clipboard
constructor(key: BucketKey, content: InputStream, headers: Headers = emptyList(), tags: List<Tag> = emptyList(), storageClass: StorageClass? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<Tag>

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<Unit, RemoteFailure>