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

amazonS3Extender.bucket Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a bucket name.

Syntax

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

Property Value

Type: String

The bucket name.

Default value is "".

See Also

Reference