FileSettings.Acl Property HTML5/Flash Uploader PHP

Supported technologies:

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

Syntax

PHP Initialize
public function getAcl() {
}

public function setAcl($value) {
}

Property Value

Type: string

The Amazon S3 access control list.

Default value is "private".

See Also

Reference