Releases: jamhall/s3rver
Releases · jamhall/s3rver
v0.0.12
- Fixed delimiter, common prefixes and prefix implementation
- copyObject - the metadata can now be updated for an object without moving it
- implemented and updated tests to reflect changes
v0.0.9
- Support AmazonS3Client.listObjects by fixing wrong XML element. Thank you @ranwasserman!
- Fixed ETag field format in HTTP response - Thank you @peterkuma!
v0.0.8
- Fixed delimiter search
- Added support for CommonPrefixes value when retrieve object listing.
- Added support for delimiter option when listing objects.
- listObjects() now has support for Window's style paths
Many thanks to @Lochemage for his contributions.
v0.0.7
- Pass options to create a s3rver instance instead of multiple arguments. Update tests client instantiation and docs to reflect this
- Added Access-Control-Allow-Origin header
v0.0.6
Changes:
Expose HTTP server to support calling close
v0.0.5
Support for content encoding (gzipped files)
Refer to pull request: #3
v0.0.4
- Optimise the loading of the home page (root)
- Reformatted code