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.
Properties
Link copied to clipboard
Specifies the authentication and authorization method used by the storage service. When not specified, Transfer Service will attempt to determine right auth method to use.
Link copied to clipboard
Specifies the API request model used to call the storage service. When not specified, the default value of RequestModel REQUEST_MODEL_VIRTUAL_HOSTED_STYLE is used.