ListBuckets

Returns a list of buckets available to the user.

Request

GET / HTTP/1.1

Headings

Use only generic headers in your request .

Answer

Headings

The response can only contain general headers .

Answer codes

For a list of possible answers, see the Answers section .

The successful response contains additional data in XML format, the schema of which is described below.

Data schema

<ListAllMyBucketsResult>
  <Buckets>
    <Bucket>
      <Name>bucket-name</Name>
      <CreationDate>date_time</CreationDate>
    </Bucket>
    ...
  </Buckets>
</ListAllMyBucketsResult>

Last updated