Lucee Function Reference

storeaddacl()

This Function is deprecated
Adds ACL to existing ACL for object or bucket. This function operates identically to "S3AddACL", making it deprecated. The updated function offers greater flexibility in defining the endpoint.

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