Gets or sets an Amazon S3 access control list. Options include private
, public-read
, public-read-write
, and authenticated-read
.
as3.converters( [
{
//...other params...
acl: "private",
//...other params...
}
]
})
Type: String
The Amazon S3 access control list.
Default value is "private".