S3 list buckets
GET / returns a list of buckets created by the user making the request.
GET / only returns buckets created by an authenticated user. You cannot make an
anonymous request.
Syntax
GET / HTTP/1.1
Host: cname.domain.com
Authorization: AWS_ACCESS_KEY_:_HASH_OF_HEADER_AND_SECRET_
Response Entities
Buckets
- Description
-
Container for list of buckets.
- Type
-
Container
Bucket
- Description
-
Container for bucket information.
- Type
-
Container
Name
- Description
-
Bucket name.
- Type
-
String
CreationDate
- Description
-
UTC time when the bucket was created.
- Type
-
Date
ListAllMyBucketsResult
- Description
-
A container for the result.
- Type
-
Container
Owner
- Description
-
A container for the bucket owner’s
IDandDisplayName. - Type
-
Container
ID
- Description
-
The bucket owner’s ID.
- Type
-
String
DisplayName
- Description
-
The bucket owner’s display name.
- Type
-
String