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

AmazonS3Extender.AWSAccessKeyId Property

Gets or set the 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

The value that represents an AWS Access Key ID of the owner of the bucket.

See Also

Reference