Gets or sets a bucket region.
var u = $au.imageUploaderFlash({
//...other params...
});
var as3 = $au.amazonS3Extender(u);
as3.region("");
//...other params...
u.writeHtml();
Type: String
The bucket region (e.g. us-east-1).
Default value is "".