StoreSetACL()

edit

Sets the ACL for object or bucket.

Status:

deprecated

Requires Extension: S3 Resource Extension

StoreSetACL( url=string, aclObject=object );

Returns: void

Argument Description
url
string, required
edit

Amazon S3 URL

aclObject
object, required
edit

an array of struct where each struct represents an ACL grant

Alias: acl

Examples

edit

There are currently no examples for this function.

See also