ncloud_put_object_acl
Set the access control list (ACL) of an object in Object Storage by applying a canned ACL such as private, public-read, 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 |