From 3ced1537aa3ba6fc02196256e22cc1784aaa2632 Mon Sep 17 00:00:00 2001 From: JordonPhillips Date: Fri, 10 Jun 2016 10:27:42 -0700 Subject: [PATCH] Add put-bucket-versioning mfa example --- awscli/examples/s3api/put-bucket-versioning.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awscli/examples/s3api/put-bucket-versioning.rst b/awscli/examples/s3api/put-bucket-versioning.rst index e7a220341a99..e27c166e27fc 100644 --- a/awscli/examples/s3api/put-bucket-versioning.rst +++ b/awscli/examples/s3api/put-bucket-versioning.rst @@ -1,3 +1,7 @@ The following command enables versioning on a bucket named ``my-bucket``:: aws s3api put-bucket-versioning --bucket my-bucket --versioning-configuration Status=Enabled + +The following command enables versioning, and uses an mfa code :: + + aws s3api put-bucket-versioning --bucket my-bucket --versioning-configuration Status=Enabled --mfa "SERIAL 123456"