StoreSetACL()
Sets the ACL for object or bucket.
Status:
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
- S3
- StoreGetACL()
- StoreGetMetadata()
- StoreSetMetadata()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)