AWSS3VersioningConfiguration

Objective-C

@interface AWSS3VersioningConfiguration

Swift

class AWSS3VersioningConfiguration

Describes the versioning state of an Amazon S3 bucket. For more information, see PUT Bucket versioning in the Amazon Simple Storage Service API Reference.

  • Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.

    Declaration

    Objective-C

    @property (nonatomic) AWSS3MFADelete MFADelete;

    Swift

    var mfaDelete: AWSS3MFADelete { get set }
  • The versioning state of the bucket.

    Declaration

    Objective-C

    @property (nonatomic) AWSS3BucketVersioningStatus status;

    Swift

    var status: AWSS3BucketVersioningStatus { get set }