Skip to main content

List all buckets for an organization

GET 

/v1/providers/:provider_id/orgs/:org_id/buckets

Lists all the buckets provisioned in the organization account.

Request

Path Parameters

    provider_id stringrequired

    Provider ID

    org_id stringrequired

    Organization ID

Responses

OK

Schema

    buckets

    object[]

    required

  • Array [

  • namestring

    Name of the bucket

    created_atdate-time

    RFC3339 formatted timestamp of bucket creation

    Example: 2021-09-01T12:00:00Z
    sizeint64

    Estimated size of the bucket in bytes

    object_countint64

    Estimated number of objects in the bucket

    publicboolean

    If set to true, the bucket is publicly accessible

    storage_classStorageClass (string)

    Storage class for the bucket. Default is STANDARD.

    Possible values: [STANDARD, STANDARD_IA, GLACIER, GLACIER_IR]

    object_acl_enabledboolean

    If set to true, per object ACL is enabled

  • ]