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

AmazonS3Extender.AWSAccessKeyId Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or set an AWS Access Key ID of the owner of the bucket.

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

Syntax

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

Property Value

Type: System.String

The AWS Access Key ID of the owner of the bucket.

Default value is "".

See Also

Reference