Releases: jamhall/s3rver
Releases · jamhall/s3rver
v2.2.1
v2.2.0
Features:
- S3 event notification for Put, Copy, Post and Delete objects #114
Fixes:
- Move CORS sample policy out of ./test #124
- Fix copyObject operations with "COPY" MetadataDirective #131
- (fix) cors.js has a typo for
.toLowerCase()
#134 - Fix OPTIONS requests when Access-Control-Request-Headers header is present #140
- Update & pin dependencies #122 #125 #127 #128 #129 #130 #132 #133 #135 #137 #141 #142 #143 #145 #147 #148
- Fix CORS middleware when no config is specified #150
Tooling:
- Add eslint and prettier #126
v2.1.0
v2.0.1
v2.0.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
First stable release
Changes since last release:
- Allow mounting of the server as an express app
- Fix path delimeter when running under Windows
- Listen on HTTPS when SSL certs are provided in the options
- Add support for the ContentDisposition parameter
- Calculate the size and MD5 using streams …
- Added support for ranged requests
- Use streams to read/write file contents
Thank you @rockmacaca for your contributions!