AwsS3CompatibleDataResponse

data class AwsS3CompatibleDataResponse(val bucketName: String, val endpoint: String, val path: String, val region: String, val s3Metadata: S3CompatibleMetadataResponse)

An AwsS3CompatibleData resource.

Constructors

Link copied to clipboard
fun AwsS3CompatibleDataResponse(bucketName: String, endpoint: String, path: String, region: String, s3Metadata: S3CompatibleMetadataResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the name of the bucket.

Link copied to clipboard

Specifies the endpoint of the storage service.

Link copied to clipboard

Specifies the root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.

Link copied to clipboard

Specifies the region to sign requests with. This can be left blank if requests should be signed with an empty region.

Link copied to clipboard

A S3 compatible metadata.