Class Summary |
AWSAuthConnection |
An interface into the S3 system. |
Bucket |
A class representing a single bucket. |
CommonPrefixEntry |
|
GetResponse |
A Response object returned from AWSAuthConnection.get(). |
ListAllMyBucketsResponse |
Returned by AWSAuthConnection.listAllMyBuckets(). |
ListBucketResponse |
Returned by AWSAuthConnection.listBucket() |
ListEntry |
A structure representing a single object stored in S3. |
Owner |
A structure representing the owner of an object, used as a part of ListEntry. |
QueryStringAuthGenerator |
This class mimics the behavior of AWSAuthConnection, except instead of actually performing
the operation, QueryStringAuthGenerator will return URLs with query string parameters that
can be used to do the same thing. |
Response |
The parent class of all other Responses. |
S3Object |
A representation of a single object stored in S3. |
Utils |
|