List All S3 Storage

List All S3 Storage

Use this endpoint to List S3 Storage Details
Authorized Roles : PROVIDER

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

OK

[
    {
        "id": "string",
        "name": "string",
        "endpoint": "string",
        "bucket": "string",
        "accessKey": "string",
        "secretKey": [
            "string"
        ],
        "region": "string",
        "thumbprint": "string"
    }
]

400

Bad Request

Operation doesn't return any data structure