Skip to content

v1.1 - CORS Fix for AWS SDK v3

Choose a tag to compare

@pierre-b pierre-b released this 28 Nov 17:15

What's Changed

Fixed

  • CORS headers now use wildcards (*) for Access-Control-Allow-Headers and Access-Control-Expose-Headers to support AWS SDK v3 and other S3 clients that send custom headers like amz-sdk-invocation-id and amz-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.1

Or use notifuse/selfhost_s3:latest for the most recent version.

Full Changelog: v1.0...v1.1