Releases: jamhall/s3rver
Releases · jamhall/s3rver
v3.7.1
v3.7.0
v3.6.1
v3.6.0
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
v3.5.0
v3.4.0
v3.3.0
v3.2.0
v3.1.0
Features:
- Full support for both listObjects API versions (#424)
- Specifically, for v2 this adds
start-after
,continuation-token
, andfetch-owner
support, and for both versions all the expected elements (MaxKeys, KeyCount, NextMarker/NextContinuationToken) in responses
- Specifically, for v2 this adds
Fixes:
- Using
marker
in listObjects wouldn't work - Handle an edge case where calling listObjects with maxKeys = 0 should report no truncation
Date
header ignored when validating signed AWS requests (#448)- copyObject incorrectly writes over object contents when generating MD5 (#455)
Tooling: