Returns an instance of an Amazon S3 Extender associated with the uploader.
$au.imageUploaderFlash({ //...other params... amazonS3Extender: {}, //...other params... })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').amazonS3Extender(value); value = $au.imageUploaderFlash('uploaderID').amazonS3Extender();
Type: $au.amazonS3Extender
A reference to the Amazon S3 Extender associated with the uploader.