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

amazonS3Extender.accessKeyId Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

JavaScript Initialize
var u = $au.uploader({
    //...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