Adding version_added field to metadata field in s3 module

pull/4420/head
James Cammarata 2014-03-11 13:48:39 -05:00
parent 777f0a8080
commit f36de32863
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ options:
- Metadata for PUT operation, as a dictionary of 'key=value' and 'key=value,key=value'.
required: false
default: null
version_added: "1.6"
requirements: [ "boto" ]
author: Lester Wade, Ralph Tice
'''