PutObjectTagging

class PutObjectTagging(val key: BucketKey, val tags: List<Tag>) : S3BucketAction<Unit>

Constructors

Link copied to clipboard
constructor(key: BucketKey, tags: List<Tag>)

Properties

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>