StoreGetACL

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

StoreAddACL, StoreSetACL, Optimizing ColdFusion applications

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#">

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online