1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Adding version_added field to metadata field in s3 module

This commit is contained in:
James Cammarata 2014-03-11 13:48:39 -05:00
parent 777f0a8080
commit f36de32863

View file

@ -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
''' '''