bus

Get all buckets

Returns all known buckets. Every object is attached to a bucket and every bucket can have its own set of access policies.

get/bus/buckets

Response

Successfully retrieved buckets

namestring

The name of the bucket.

createdAtstring date-time

The time the bucket was created

Example response

[
  {
    "name": "default"
  }
]

Changes

Changed in 4 of the 50 revisions of this API.36

  • 922f156353c911See the full diff
    • removed the media type text/plain for the response with the status 500

      response-media-type-removed

    • api tag bus added

      api-tag-added

  • 1a4b05c71ba914See the full diff
    • the items/ response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • added the optional property items/createdAt to the response with the 200 status

      response-optional-property-added

    • added the optional property items/name to the response with the 200 status

      response-optional-property-added

    • added the optional property items/policy to the response with the 200 status

      response-optional-property-added

    • the items/ response's property pattern (?!(^xn--|.+-s3alias$))^[a-z0-9][a-z0-9-]{1,61}[a-z0-9]$ was removed for the status 200

      response-property-pattern-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 99 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog