s3_direct_upload
s3_direct_upload copied to clipboard
before_add doesn't accept promise
This hinders our ability to validate the file. This PR seems to add this functionality https://github.com/waynehoover/s3_direct_upload/pull/259 any chance you can revive it?
The use case is reading the file (using something like async FileReader) contents to verify the format, only uploading if the format is allowed.