From eeb867daf0ceb65bfc2262ab78943c3734332790 Mon Sep 17 00:00:00 2001 From: Alex Rowley Date: Fri, 13 Mar 2015 21:08:30 +0000 Subject: [PATCH] cloud/amazon/s3: update documentation update description to show that module can do more than just put files into s3 --- lib/ansible/modules/cloud/amazon/s3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/s3.py b/lib/ansible/modules/cloud/amazon/s3.py index 8fe908e151..0f91f4ba45 100644 --- a/lib/ansible/modules/cloud/amazon/s3.py +++ b/lib/ansible/modules/cloud/amazon/s3.py @@ -17,9 +17,9 @@ DOCUMENTATION = ''' --- module: s3 -short_description: S3 module putting a file into S3. +short_description: manage objects in S3. description: - - This module allows the user to dictate the presence of a given file in an S3 bucket. If or once the key (file) exists in the bucket, it returns a time-expired download URL. This module has a dependency on python-boto. + - 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 python-boto. version_added: "1.1" options: bucket: