HeadBucket

data class HeadBucket(val expectedBucketOwner: String? = null) : S3BucketAction<Unit?>

Constructors

Link copied to clipboard
constructor(expectedBucketOwner: String? = null)

Properties

Link copied to clipboard

Functions

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