Properties | |
NSMutableArray * | objectSummaries |
The list of buckets. | |
NSString * | bucketName |
The bucket name. | |
NSString * | prefix |
The prefix parameter originally specified by the caller. | |
NSString * | marker |
The marker parameter originally specified by the caller. | |
NSInteger | maxKeys |
The maxKeys parameter originally specified by the caller. | |
NSString * | delimiter |
The delimiter parameter originally specified by the caller. | |
bool | isTruncated |
Indicates if this is a complete listing or if caller needs to make additional requests. | |
NSMutableArray * | commonPrefixes |
A list of common prefixes. |
- (NSMutableArray *) commonPrefixes [read, write, retain] |
A list of common prefixes.
Will only be specified for requests that include a delimiter.
- (NSString *) delimiter [read, write, retain] |
The delimiter parameter originally specified by the caller.
- (NSString *) marker [read, write, retain] |
The marker parameter originally specified by the caller.
- (NSInteger) maxKeys [read, write, assign] |
The maxKeys parameter originally specified by the caller.
- (NSString *) prefix [read, write, retain] |
The prefix parameter originally specified by the caller.