Whatever message this page gives is out now! Go check it out!

StoreGetACL

Last update:
May 18, 2026
Description
Gets the Access Control List (ACL) object or bucket.
Returns
Returns an ACL Object
Syntax
StoreGetACL(url)
Parameters
Parameter
Description
url
Amazon S3 URLs (content or object)
See also
History
ColdFusion 9 Update 1: Added this function
Example
<cfset dir = "s3://bucket_Name"> 
<cfif NOT DirectoryExists(dir)> 
<cfset directoryCreate(dir)> 
</cfif> 
<cfset test = StoreGetACL("#dir#")> 
<cfdump var="#test#">

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page