From 8dec4e3aac92c78ff5f28f8d3c824f4c09739f28 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 9 Sep 2014 15:53:33 -0500 Subject: [PATCH] Fixing docs error for new region param --- library/cloud/s3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/s3 b/library/cloud/s3 index 5e756999ae..6438c6405e 100644 --- a/library/cloud/s3 +++ b/library/cloud/s3 @@ -91,7 +91,7 @@ options: version_added: "1.6" region: description: - - AWS region to create the bucket in. If not set then the value of the EC2_REGION and AWS_REGION environment variables are checked, followed by the aws_region and ec2_region settings in the Boto config file. If none of those are set the region defaults to the S3 Location: US Standard. Prior to ansible 1.8 this parameter could be specified but had no effect. + - "AWS region to create the bucket in. If not set then the value of the EC2_REGION and AWS_REGION environment variables are checked, followed by the aws_region and ec2_region settings in the Boto config file. If none of those are set the region defaults to the S3 Location: US Standard. Prior to ansible 1.8 this parameter could be specified but had no effect." required: false default: null version_added: "1.8"