ListBuckets
Lists all the buckets.
Request Syntax
GET / HTTP/1.1 Host: msdps3.server:8443
Request Parameters
The request does not use any URI parameters.
Response Syntax
HTTP/1.1 200
<?xml version="1.0" encoding="UTF-8"?>
<ListAllMyBucketsResult>
<Buckets>
<Bucket>
<CreationDate>timestamp</CreationDate>
<Name>string</Name>
</Bucket>
</Buckets>
</ListAllMyBucketsResult>Response Body
ListAllMyBucketsResult
Root level tag for all bucket results.
Required: Yes
Buckets
The list of buckets owned by the user that is authenticated for the request.
Bucket
Information of the bucket.
CreationDate
Bucket creation date and time.
Name
Name of the bucket.
Possible Error Response
Success
HTTP status code 200.
AccessDenied
Request was rejected because user authentication failed.
HTTP status code 403.
InternalError
Request failed because of an internal server error.
HTTP status code 500.