IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface VersioningConfiguration

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

    interface VersioningConfiguration {
        MFADelete?: MFADelete;
        Status?: BucketVersioningStatus;
    }
    Index

    Properties

    Properties

    MFADelete?: MFADelete

    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.

    The versioning state of the bucket.