AWSS3AccelerateConfiguration
Objective-C
@interface AWSS3AccelerateConfiguration
Swift
class AWSS3AccelerateConfiguration
Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see Amazon S3 Transfer Acceleration in the Amazon Simple Storage Service Developer Guide.
-
Specifies the transfer acceleration status of the bucket.
Declaration
Objective-C
@property (nonatomic) AWSS3BucketAccelerateStatus status;
Swift
var status: AWSS3BucketAccelerateStatus { get set }