Get S3 Capabilities

Get S3 Capabilities

Operation ID: getS3Capabilities
Get S3 capabilities of the platform

Request
URI
GET
https://{api_host}/api/v1/s3capabilities
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

S3 capabilities of the platform

Returns OsisS3Capabilities of type(s) application/json
{
    "exclusions": {
        "key": {
            "all": false,
            "by_headers": [
                "by_headers",
                "by_headers"
            ],
            "by_params": [
                "by_params",
                "by_params"
            ],
            "by_payload": [
                "by_payload",
                "by_payload"
            ]
        }
    }
}
object
exclusions
Optional

The S3 API code which is not supported by the storage platform. The API code complies with https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketEncryption.html.