S3Compatible Metadata Response
data class S3CompatibleMetadataResponse(val authMethod: String, val listApi: String, val protocol: String, val requestModel: String)
S3CompatibleMetadata contains the metadata fields that apply to the basic types of S3-compatible data providers.
Constructors
Link copied to clipboard
fun S3CompatibleMetadataResponse(authMethod: String, listApi: String, protocol: String, requestModel: String)