-"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 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. Prior to ansible 1.8 this parameter could be specified but had no effect."
required:false
required:false
default:null
default:null
version_added:"1.8"
version_added:"1.8"
requirements:["boto"]
requirements:["boto"]
author:LesterWade,RalphTice
author:LesterWade,RalphTice
extends_documentation_fragment:aws
'''
'''
EXAMPLES='''
EXAMPLES='''
@ -128,6 +116,7 @@ import hashlib
try:
try:
importboto
importboto
fromboto.s3.connectionimportLocation
fromboto.s3.connectionimportLocation
fromboto.s3.connectionimportS3Connection
exceptImportError:
exceptImportError:
print"failed=True msg='boto required for this module'"
print"failed=True msg='boto required for this module'"