Utilities for validating bucket names. More...
#import <S3BucketNameUtilities.h>
Static Public Member Functions | |
(void) | + validateBucketName: |
Validate that the supplied bucket name conforms to Amazon S3 bucket name constraints. | |
(bool) | + contains:searchString: |
Utilities for validating bucket names.
+ (void S3BucketNameUtilities.)validateBucketName: | (NSString *) | theBucketName |
Validate that the supplied bucket name conforms to Amazon S3 bucket name constraints.
theBucketName | The name of the bucket. |
AWSClientException | If the bucket name violates the bucket name constraints. |