Gets or set an AWS Access Key ID of the owner of the bucket.
var u = $au.imageUploaderFlash({ //...other params... }); var as3 = $au.amazonS3Extender(u); as3.accessKeyId(""); //...other params... u.writeHtml();
Type: String
The AWS Access Key ID of the owner of the bucket.
Default value is "".