Unbind
Storage

List S3 Buckets

List the S3 buckets stored for a team. Database services back up to one of them, picked by its ID through s3_backup_bucket_id. The secret key is never returned.

GET
/storage/s3/list

List the S3 buckets stored for a team. Database services back up to one of them, picked by its ID through s3_backup_bucket_id. The secret key is never returned.

Authorization

bearerAuth
AuthorizationBearer <token>

Access token or API key (unb_...) passed as Authorization: Bearer <token>.

In: header

Query Parameters

team_id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/storage/s3/list?team_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "data": [    {      "access_key": "string",      "bucket": "string",      "created_at": "2019-08-24T14:15:22Z",      "endpoint": "string",      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "region": "string",      "updated_at": "2019-08-24T14:15:22Z"    }  ]}