Skip to content

Releases: jamhall/s3rver

v0.0.13

20 Feb 12:00
Compare
Choose a tag to compare

Fixes

v0.0.12

11 Dec 18:01
Compare
Choose a tag to compare
  • 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.11

06 Nov 12:21
Compare
Choose a tag to compare

v0.0.10

02 Nov 09:19
Compare
Choose a tag to compare

v0.0.9

29 Oct 09:27
Compare
Choose a tag to compare
  • Support AmazonS3Client.listObjects by fixing wrong XML element. Thank you @ranwasserman!
  • Fixed ETag field format in HTTP response - Thank you @peterkuma!

v0.0.8

23 Sep 15:04
Compare
Choose a tag to compare
  • 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

18 Sep 15:12
Compare
Choose a tag to compare
  • 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

15 Sep 14:36
Compare
Choose a tag to compare

Changes:

Expose HTTP server to support calling close

v0.0.5

01 Jun 15:48
Compare
Choose a tag to compare

Support for content encoding (gzipped files)

Refer to pull request: #3

v0.0.4

13 May 16:39
Compare
Choose a tag to compare
  • Optimise the loading of the home page (root)
  • Reformatted code