FileSettings.Acl Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

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

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

Syntax

C#
public string Acl { get; set; }

Property Value

Type: System..String

The Amazon S3 access control list.

Default value is "private".

See Also

Reference