amazonS3Extender.bucketHostName Property HTML5/Flash Uploader JavaScript

Supported technologies:

Gets or sets a custom bucket host name.

Syntax

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

Property Value

Type: String

The custom bucket host name.

Default value is "".

See Also

Reference