
put-bucket-versioning
*********************


DESCRIPTION
===========

Sets the versioning state of an existing bucket. To set the versioning
state, you must be the bucket owner.


SYNOPSIS
========

   aws s3 put-bucket-versioning
     --bucket <value>
     --versioning-configuration <value>
     [--mfa <value>]
     [--content-md5 <value>]


REQUIRED PARAMETERS
===================

"--bucket"  (string)

"--versioning-configuration"  (structure)
   "status"  (string)The versioning state of the bucket.

   "mfa_delete"  (string)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.

   *Parameter Syntax*

      {
        "status": "Enabled"|"Disabled",
        "mfa_delete": "Enabled"|"Disabled"
      }


OPTIONAL PARAMETERS
===================

"--mfa"  (string)The value is the concatenation of the authentication
device''s serial number, a space, and the value displayed on your
authentication device.

"--content-md5"  (string)
