Skip to content

Releases: bradenmacdonald/s3-lite-client

0.6.0

02 Jun 05:27
Compare
Choose a tag to compare
  • Fixed a bug where files with some special characters in their names would cause a signing error
  • Fixed a bug where large streaming uploads could fail, due to a re-used buffer causing data corruption (#12) - thanks @nestarz for reporting and helping to solve this issue and the above
  • Fixed a bug with validating the size argument to putObject - thanks @nestarz for the fix
  • Updated to use deno std lib version 0.190.0

0.5.0

10 Mar 23:01
Compare
Choose a tag to compare
  • Add sessionToken support / AWS STS (PR #10, issue #9) - thanks @wyozi for the contribution
  • Fixed improper signing of requests that had non-ASCII characters in the path (#8) - also thanks @wyozi for the report

0.4.0

03 Mar 19:19
Compare
Choose a tag to compare
  • People would get a "redirect" error if using authenticated requests with the s3.amazonaws.com endpoint, as reported in #3. I've changed the README in the example to use the region-specific endpoint that will fix this problem, and I've updated the code to provide a more helpful error message.
  • Fixed #6 - The default port number should never be included in the Host header.

0.3.0

20 Dec 06:25
Compare
Choose a tag to compare

This release adds copyObject() and updates to the latest version of the Deno standard library.

0.2.0

12 Feb 20:22
Compare
Choose a tag to compare

This release adds:

  • support for pre-signed URLs
  • support for anonymous (unauthenticated) requests

0.1.1

29 Oct 19:22
Compare
Choose a tag to compare

No code changes, just an updated README.

0.1.0

29 Oct 19:18
Compare
Choose a tag to compare

Initial release