vue-s3-dropzone
vue-s3-dropzone copied to clipboard
:droplet: Vue.js component works with AWS S3 serverlessly
 I have followed through the required step but to no avail. Any solution to this ? Appreciate it thanks
I can't figure out a way to override the maxFileSize parameter. I try to set it and it still limits me to 256MB.
Dear Kfei, I created a Node.js 10.x Version Lambda script for getting S3 signed URL, which can also avoid cors problem. Currently, lambda should return a response with Access-Control-Allow-Origin header....
Do you have any idea why I would get a SignatureDoesNotMatch error? CORS and everything are set properly... just can't make the demo work ...
Hey, I've followed all the steps and applied the configurations explained, but I'm still getting issues with CORS. I know that can be a problem sending requests from localhost (dev...
i m done code to step by step but giving {"message":"Missing Authentication Token"} error please help me..
Hey I am a little new to the AWS stuff and I would like to know the purpose of the API Gateway? I am currently working on an electron application...
Is the dropzone options all working? resizeWidth, resizeHeight don't seem to work for me.
I was wondering if there is an easy way to limit file extensions?, so users can't upload trash to the bucket.
I like the strategy of this. A good way to learn how to use [Lambda](https://aws.amazon.com/lambda/) and [API gateway](https://aws.amazon.com/api-gateway/), both of which I've haven't touched until now. Great Moves, Keep it...