mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
[cloud] Document alias for aws_s3 'overwrite' option. (#31638)
This commit is contained in:
parent
1234a79349
commit
e26955fc9a
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ options:
|
||||||
- Force overwrite either locally on the filesystem or remotely with the object/key. Used with PUT and GET operations.
|
- Force overwrite either locally on the filesystem or remotely with the object/key. Used with PUT and GET operations.
|
||||||
Boolean or one of [always, never, different], true is equal to 'always' and false is equal to 'never', new in 2.0
|
Boolean or one of [always, never, different], true is equal to 'always' and false is equal to 'never', new in 2.0
|
||||||
default: 'always'
|
default: 'always'
|
||||||
|
aliases: ['force']
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
region:
|
region:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue