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