Hi,
I need to upload a file to an S3 bucket and the file is sent in a multipart/form-data.
As far as I could understand, the EV policy does not work with Content-Type: multipart/form-data.
Can someone give me some advice on how I can get the file provided in the request so it can be uploaded to S3?
Thanks in advance