v4.1.1
🐞 Presigned S3 Upload Compatibility Fix
Fixed S3 presigned URL upload failures (403) by adding Content-Type: application/json to upload requests when content-type is included in the signed headers - S3 external payload uploads fail with 403 after server upgrade (v3.21.12 → v3.21.17+) #694
What's Changed
- Fix S3 presigned URL upload 403 error by setting Content-Type header by @nthmost-orkes in #68
New Contributors
- @nthmost-orkes made their first contribution in #68
Full Changelog: v4.1.0...v4.1.1