v1.1 - CORS Fix for AWS SDK v3
What's Changed
Fixed
- CORS headers now use wildcards (
*) forAccess-Control-Allow-HeadersandAccess-Control-Expose-Headersto support AWS SDK v3 and other S3 clients that send custom headers likeamz-sdk-invocation-idandamz-sdk-request
Added
- Comprehensive CORS integration tests
- CHANGELOG.md for tracking changes
Improved
- Test coverage increased to 86.3% overall
Upgrade
docker pull notifuse/selfhost_s3:v1.1Or use notifuse/selfhost_s3:latest for the most recent version.
Full Changelog: v1.0...v1.1