Skip to content

v3.6.0

Compare
Choose a tag to compare
@kherock kherock released this 10 Jun 20:26

Features:

  • Official support for Node 12 and Node 14
  • Significantly improved support for Object POST endpoint (#626)
  • Basic support for bucket location endpoint (#535)
  • Support for disabling vhost-style bucket access with --no-vhost-buckets (#632)

Fixes:

  • v2 signature verification for all supported endpoints (#630)
    • for presigned URLs, verification should now work for keys with special characters
  • Return this when .close() is called with a callback function (#571)
  • Server error under Node 14 when submitting forms to Object POST endpoint (#626)
  • Server error from Complete Multipart Upload requests where part ETags are sent unquoted (#632)

Tooling:

  • Update dependency @koa/router to v9
  • Update dependency commander to v5
  • Update dependency mocha to v7