Fausto95/aws-s3

Allow changing of file name before uploading (feature request)

aruokhai opened this issue · 2 comments

am uploading profile pics to aws s3 ,but i want to change the image names before uploading , i don't want to use the File constructor because some browsers doesn't support it

This is now possible thanks to #50 🎉

Fausto would you mind documenting this? How would I declare the filename on the config? or how would the upload func be called?