From efbe655b8086a461910f6fac5409c6aa914d8563 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 8 Sep 2014 14:49:04 -0700 Subject: [PATCH] Remove redundant "idempotent" from documentation --- library/cloud/s3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/s3 b/library/cloud/s3 index 029a18135c..734aca6f5c 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"