diff --git a/library/cloud/s3 b/library/cloud/s3 index 029a18135c8..734aca6f5cf 100644 --- a/library/cloud/s3 +++ b/library/cloud/s3 @@ -17,7 +17,7 @@ DOCUMENTATION = ''' --- module: s3 -short_description: idempotent S3 module putting a file into S3. +short_description: S3 module putting a file into 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. version_added: "1.1"