fixed option description

This commit is contained in:
Brian Coca 2015-08-27 14:30:29 -04:00
parent b235b171ad
commit a9d5392b71

View file

@ -20,7 +20,7 @@ short_description: Manage s3 buckets in AWS
description:
- Manage s3 buckets in AWS
version_added: "2.0"
author: Rob White (@wimnat)
author: "Rob White (@wimnat)"
options:
force:
description:
@ -40,11 +40,12 @@ options:
default: null
region:
description:
- AWS region to create the bucket in. If not set then the value of the AWS_REGION and EC2_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.
- AWS region to create the bucket in. If not set then the value of the AWS_REGION and EC2_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.
required: false
default: null
s3_url:
description: S3 URL endpoint for usage with Eucalypus, fakes3, etc. Otherwise assumes AWS
description:
- S3 URL endpoint for usage with Eucalypus, fakes3, etc. Otherwise assumes AWS
default: null
aliases: [ S3_URL ]
requester_pays: