Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ObjectDetails(val id: String? = null, val contentLength: Int? = null, val contentType: ContentType? = null, val eTag: String? = null, val lastModified: RfcTimestamp? = null, val restoreStatus: RestoreStatus? = null, val storageClass: StorageClass? = null, val versionId: String? = null)
Link copied to clipboard
data class ObjectSummary(val ETag: String? = null, val Key: BucketKey, val LastModified: Timestamp? = null, val DisplayName: String? = null, val ID: String? = null, val Owner: Owner? = null, val Size: Int? = null, val StorageClass: StorageClass? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class S3BucketPreSigner(bucketName: BucketName, region: Region, credentialsProvider: CredentialsProvider, clock: Clock = Clock.systemUTC(), forcePathStyle: Boolean = false)
Link copied to clipboard