Adding version_added field to metadata field in s3 module
This commit is contained in:
parent
72ea1de718
commit
0b9b8abd6e
1 changed files with 2 additions and 0 deletions
2
cloud/s3
2
cloud/s3
|
@ -88,6 +88,8 @@ options:
|
||||||
- Metadata for PUT operation, as a dictionary of 'key=value' and 'key=value,key=value'.
|
- Metadata for PUT operation, as a dictionary of 'key=value' and 'key=value,key=value'.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
version_added: "1.6"
|
||||||
|
|
||||||
requirements: [ "boto" ]
|
requirements: [ "boto" ]
|
||||||
author: Lester Wade, Ralph Tice
|
author: Lester Wade, Ralph Tice
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue