FineUploader with S3 how to specify object name on S3
问题 Where do I specify the format or pattern for the server name that FineUploader creates when uploading to Amazon S3? I need to have greater control over how the file name and path is created on S3. Thanks. 回答1: Use the objectProperties.key option. You can provide a String value or a function that returns the intended key as a String . The following example demonstrates setting a key and performing a blocking action ( $.post ). It uses the jQuery plugin, // <snip> objectProperties: { key: