Contains the parameters used for the createBucket operation. More...
#import <S3CreateBucketRequest.h>
Inherits S3Request.
Public Member Functions | |
(id) | - initWithName: |
Initializes the request with a bucket name. | |
(id) | - initWithName:andRegion: |
Initializes the request with a bucket name and region. | |
Properties | |
S3Region * | region |
Region where the bucket should be created. | |
NSData * | createBucketConfiguration |
The body of the request if there is a region specified. | |
S3CannedACL * | cannedACL |
The canned access control list to apply to the bucket. |
Contains the parameters used for the createBucket operation.
- (id S3CreateBucketRequest.)initWithName: | (NSString *) | theBucketName |
Initializes the request with a bucket name.
theBucketName | The name of the bucket |
- (id S3CreateBucketRequest.)initWithName: | (NSString *) | theBucketName | ||
andRegion: | (S3Region *) | theRegion | ||
Initializes the request with a bucket name and region.
theBucketName | The name of the bucket | |
theRegion | The region where the bucket should be created. |
- (S3Region *) region [read, write, retain] |
Region where the bucket should be created.