FileSettings.Acl Property ActiveX/Java Uploader PHP

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

PHP
public function getAcl() {
}

public function setAcl($value) {
}

Property Value

Type: string

The Amazon S3 access control list.

Default value is "private".

See Also

Reference