ncloud_put_object_acl
Apply a canned ACL to an Object Storage object to set access permissions: private, public-read, public-read-write, or authenticated-read.
Instructions
Set the access control list (ACL) of an object in Object Storage using a canned ACL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acl | Yes | Canned ACL to apply (private, public-read, public-read-write, authenticated-read) | |
| bucketName | Yes | Name of the bucket containing the object | |
| objectName | Yes | Object key (path) to set ACL for |