fileSettings.acl Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets an Amazon S3 access control list. Options include private, public-read, public-read-write, and authenticated-read.

Syntax

JavaScript Initialize
as3.converters( [
       
{
           
//...other params...
            acl
: "private",
           
//...other params...
       
}
   
]
})

Property Value

Type: String

The Amazon S3 access control list.

Default value is "private".

See Also

Reference