fixed option description
This commit is contained in:
parent
b235b171ad
commit
a9d5392b71
1 changed files with 8 additions and 7 deletions
|
@ -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:
|
||||
|
@ -44,7 +44,8 @@ options:
|
|||
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:
|
||||
|
|
Loading…
Reference in a new issue