Represents an S3 Object Summary. More...
#import <S3ObjectSummary.h>
Public Member Functions | |
(NSString *) | - description |
The string representation of the S3ObjectSummary. | |
Properties | |
NSString * | key |
The key of the Amazon S3 object. | |
NSString * | etag |
The ETag of the Amazon S3 object. | |
NSInteger | size |
The size of the Amazon S3 object, in bytes. | |
NSString * | lastModified |
The date this object was last modified. | |
NSString * | storageClass |
The class of storage used by this object. | |
S3Owner * | owner |
The owner of this object. |
Represents an S3 Object Summary.
- (NSString *) etag [read, write, retain] |
The ETag of the Amazon S3 object.
- (NSString *) key [read, write, retain] |
The key of the Amazon S3 object.
- (NSString *) lastModified [read, write, retain] |
The date this object was last modified.
- (S3Owner *) owner [read, write, retain] |
The owner of this object.
Can be nil if the requester doesn't have permission to view ownership.
- (NSInteger) size [read, write, assign] |
The size of the Amazon S3 object, in bytes.
- (NSString *) storageClass [read, write, retain] |
The class of storage used by this object.