From b86d376a85c4f9f89e952bae02268a4993e4b19f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 4 Apr 2018 17:44:30 -0700 Subject: [PATCH] Document that this module was renamed recently (#37420) (#37422) (cherry picked from commit ff15a9e7e28ca5dde6ffd20a3f4306e6d181722d) --- lib/ansible/modules/cloud/amazon/aws_s3.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/cloud/amazon/aws_s3.py b/lib/ansible/modules/cloud/amazon/aws_s3.py index 28e9261fc99..84abeb457ae 100644 --- a/lib/ansible/modules/cloud/amazon/aws_s3.py +++ b/lib/ansible/modules/cloud/amazon/aws_s3.py @@ -27,6 +27,8 @@ description: - This module allows the user to manage S3 buckets and the objects within them. Includes support for creating and deleting both objects and buckets, retrieving objects as files or strings and generating download links. This module has a dependency on boto3 and botocore. +notes: + - In 2.4, this module has been renamed from M(s3) into M(aws_s3). version_added: "1.1" options: aws_access_key: