Companion

object Companion

Types

Link copied to clipboard
@Serializable
data class BasicCredentials(val accessKey: String, val secretKey: String)

Functions

Link copied to clipboard
fun s3(bucket: String, configure: S3.Factory.() -> Unit = {}): S3.Factory