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
|
edit
Amazon S3 URL |
|
aclObject
object,
required
|
edit
an array of struct where each struct represents an ACL grant Alias: acl |
Examples
editThere are currently no examples for this function.
See also
- S3
- StoreGetACL()
- StoreGetMetadata()
- StoreSetMetadata()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)