From c0e4c50eebc579a89a8377b0e84864d206c49937 Mon Sep 17 00:00:00 2001 From: Apoorva Kulkarni Date: Thu, 9 Jul 2015 13:38:14 -0700 Subject: [PATCH] s3 module: Add missing version tag to "encrypt" parameter --- cloud/amazon/s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/amazon/s3.py b/cloud/amazon/s3.py index 095befe173a..7b6990e25e3 100644 --- a/cloud/amazon/s3.py +++ b/cloud/amazon/s3.py @@ -50,6 +50,7 @@ options: - When set for PUT mode, asks for server-side encryption required: false default: no + version_added: "2.0" expiration: description: - Time limit (in seconds) for the URL generated and returned by S3/Walrus when performing a mode=put or mode=geturl operation.