Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request model for listing S3 buckets.

aws_access_key_id
string
required
aws_secret_access_key
string
required
region
string | null

Response

Successful Response

Response model for listing S3 buckets.

buckets
S3BucketInfo · object[]
required