mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed option description
This commit is contained in:
parent
66777d010b
commit
3fa372e277
1 changed files with 8 additions and 7 deletions
|
@ -20,7 +20,7 @@ short_description: Manage s3 buckets in AWS
|
||||||
description:
|
description:
|
||||||
- Manage s3 buckets in AWS
|
- Manage s3 buckets in AWS
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
author: Rob White (@wimnat)
|
author: "Rob White (@wimnat)"
|
||||||
options:
|
options:
|
||||||
force:
|
force:
|
||||||
description:
|
description:
|
||||||
|
@ -44,7 +44,8 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
s3_url:
|
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
|
default: null
|
||||||
aliases: [ S3_URL ]
|
aliases: [ S3_URL ]
|
||||||
requester_pays:
|
requester_pays:
|
||||||
|
|
Loading…
Reference in a new issue