Whatever message this page gives is out now! Go check it out!
StoreGetACL(url)Parameter | Description |
url | Amazon S3 URLs (content or object) |
<cfset dir = "s3://bucket_Name">
<cfif NOT DirectoryExists(dir)>
<cfset directoryCreate(dir)>
</cfif>
<cfset test = StoreGetACL("#dir#")>
<cfdump var="#test#">