Merge pull request #3279 from tedder/patch-1

fix typo in documentation
This commit is contained in:
Brian Coca 2016-03-18 12:19:56 -07:00
commit dcfc6b0295

View file

@ -94,7 +94,7 @@ options:
default: null default: null
permission: permission:
description: description:
- This option let's the user set the canned permissions on the object/bucket that are created. The permissions that can be set are 'private', 'public-read', 'public-read-write', 'authenticated-read'. Multiple permissions can be specified as a list. - This option lets the user set the canned permissions on the object/bucket that are created. The permissions that can be set are 'private', 'public-read', 'public-read-write', 'authenticated-read'. Multiple permissions can be specified as a list.
required: false required: false
default: private default: private
version_added: "2.0" version_added: "2.0"