Package-level declarations

Types

Link copied to clipboard

Index of valid x-amz-* request headers and URI parameters.

Link copied to clipboard

Index of valid x-amz-* response headers.

Link copied to clipboard
object S3Api

S3 API Client Provider

Link copied to clipboard
interface S3Client

S3 API Wrapper

Link copied to clipboard

S3 Client Provider

Link copied to clipboard
data class S3Config(val url: String = "127.0.0.1", val port: UShort, val secure: Boolean = true, val accessKey: String, val secretKey: String, val region: String? = null)

S3 Client Configuration

Link copied to clipboard

Index of S3 error codes.

Link copied to clipboard
interface S3Response
Link copied to clipboard
interface SubPathListing
Link copied to clipboard
data class Tag(val key: String, val value: String)

Represents a single tag attached to a target object or bucket in an S3 store.