OsisS3Capabilities_exclusions_value
OsisS3Capabilities_exclusions_value
JSON Example
{
"all": false,
"by_headers": [
"by_headers",
"by_headers"
],
"by_params": [
"by_params",
"by_params"
],
"by_payload": [
"by_payload",
"by_payload"
]
}
boolean
all
Optional
Indicates whether this API is completely not supported. True means that the api is completely not supported. False means that a) the api is partial supported if any of by_params, by_headers and by_payload are defined, or b) the api is completely not supported if none of by_params, by_headers and by_payload are defined.
array of string
by_params
Optional
The URL parameters not supported for specific S3 API.
array of string
by_headers
Optional
The HTTP headers not supported for specific S3 API.
array of string
by_payload
Optional
The request properties not supported for specific S3 API.