Service Operations
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
Name |
Type |
Description |
---|---|---|
|
Container |
Container for list of buckets. |
|
Container |
Container for bucket information. |
|
String |
Bucket name. |
|
Date |
UTC time when the bucket was created. |
|
Container |
A container for the result. |
|
Container |
A container for the bucket owner’s |
|
String |
The bucket owner’s ID. |
|
String |
The bucket owner’s display name. |
Get Usage Stats
Gets usage stats per user, similar to the admin command Get User Usage Stats.
Syntax
GET /?usage HTTP/1.1
Host: cname.domain.com
Authorization: AWS {access-key}:{hash-of-header-and-secret}
Response Entities
Name |
Type |
Description |
---|---|---|
|
Container |
Summary of total stats by user. |
|
Integer |
Bytes used by user |
|
Integer |
Bytes rounded to the nearest 4k boundary |
|
Integer |
Total object entries |