StoreSetACL()

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

Amazon S3 URL

aclObject
object, required

an array of struct where each struct represents an ACL grant

Alias: acl

Examples

There are currently no examples for this function.

See also