Static Public Member Functions

S3BucketNameUtilities Class Reference

Utilities for validating bucket names. More...

#import <S3BucketNameUtilities.h>

List of all members.

Static Public Member Functions

(void) + validateBucketName:
 Validate that the supplied bucket name conforms to Amazon S3 bucket name constraints.
(bool) + contains:searchString:

Detailed Description

Utilities for validating bucket names.


Member Function Documentation

+ (void S3BucketNameUtilities.)validateBucketName: (NSString *)  theBucketName  

Validate that the supplied bucket name conforms to Amazon S3 bucket name constraints.

Parameters:
theBucketName The name of the bucket.
Exceptions:
AWSClientException If the bucket name violates the bucket name constraints.

The documentation for this class was generated from the following file: