Gets or sets a bucket name.
var u = $au.imageUploaderFlash({ //...other params... }); var as3 = $au.amazonS3Extender(u); as3.bucket(""); //...other params... u.writeHtml();
Type: String
The bucket name.
Default value is "".