This documentation is for the old version. Go to the latest Upload Suite docs

FileSettings.Acl Property

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.

Namespace: Aurigma.ImageUploader.AmazonS3
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property Acl As String
C#
public string Acl { get; set; }

Property Value

Type: System.String

The Amazon S3 access control list.

Default value is "private".

See Also

Reference