amazonS3Extender.accessKeyId Property HTML5/Flash Uploader JavaScript

Supported technologies:

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

Syntax

JavaScript Initialize
var u = $au.imageUploaderFlash({
    //...other params...
});
var as3 = $au.amazonS3Extender(u);
as3.accessKeyId("");
//...other params...
u.writeHtml();

Property Value

Type: String

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

Default value is "".

See Also

Reference