Lucee Function Reference
Function STOREADDACL
Adds ACL to existing ACL for object or bucket.
Example
storeaddacl(string url,object aclObject):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | Amazon S3 URL |
aclObject | object | Yes | an array of struct where each struct represents an ACL grant |