GcsClientConfiguration

data class GcsClientConfiguration(val gcsBucketName: String, val path: String, val credential: GcsAuthConfiguration, val region: String?)

Constructors

Link copied to clipboard
constructor(commonSpecification: GcsCommonSpecification, regionSpecification: GcsRegion)
constructor(gcsBucketName: String, path: String, credential: GcsAuthConfiguration, region: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

This is used when creating the S3Client wrapper. We need to be able to use the current config as if we were using an S3Client