Skip to main content

Get an object storage bucket

GET 

/object_storage/object_storage_cluster/buckets/bucket

Returns object storage bucket details

Scopes

  • object_storage:read

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Query Parameters

    object_storage_cluster[region] string

    The object storage cluster region for the bucket.

    bucket[name] string

    The name of the object storage bucket.

Responses

Returns object storage bucket details

Schema

    object_storage_bucket

    object

    required

    name string
    label stringnullable
    created_at integer
    state ObjectStorageBucketStateEnum (string)

    Possible values: [pending, configured]

    custom_domain stringnullable
    object_count integernullable
    size integernullable
    serve_static_site boolean
    static_site_index stringnullable
    static_site_error stringnullable
    public_url string

    access_control_list

    object

    public_read boolean
    public_list boolean
    all_keys_read boolean
    all_keys_write boolean
    read_key_ids string[]
    write_key_ids string[]
Loading...