From 1f35e578b44b93f01feedc49121d922225386a5d 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 --- lib/ansible/modules/cloud/amazon/s3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/amazon/s3.py b/lib/ansible/modules/cloud/amazon/s3.py index 2601ac4e2cb..7db067450e9 100644 --- a/lib/ansible/modules/cloud/amazon/s3.py +++ b/lib/ansible/modules/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.