janko / uppy-s3_multipart

Provides Ruby endpoints for AWS S3 multipart uploads in Uppy
https://uppy.io/docs/aws-s3/
MIT License
65 stars 21 forks source link

README: Add Location to ExposeHeaders #33

Open janklimo opened 9 months ago

janklimo commented 9 months ago

Uppy now requires the Location header to be exposed in your CORS config.

This prevents the following error:

Screenshot 2567-01-06 at 21 27 25

This PR updates the README to include Location in the ExposeHeaders array.