clarified docs on overwrite
This commit is contained in:
parent
54c71b9331
commit
fdcc1fe763
1 changed files with 2 additions and 2 deletions
|
@ -113,9 +113,9 @@ options:
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
overwrite:
|
overwrite:
|
||||||
description:
|
description:
|
||||||
- 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], new in 2.0
|
- 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
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: 'always'
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
region:
|
region:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue