fix typo in documentation
let's -> lets
This commit is contained in:
parent
b70d691832
commit
8c6741b2bb
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ options:
|
|||
default: null
|
||||
permission:
|
||||
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
|
||||
default: private
|
||||
version_added: "2.0"
|
||||
|
|
Loading…
Reference in a new issue