Releases: bradenmacdonald/s3-lite-client
Releases · bradenmacdonald/s3-lite-client
0.6.0
- 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 toputObject
- thanks @nestarz for the fix - Updated to use deno std lib version
0.190.0
0.5.0
0.4.0
- 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
This release adds copyObject()
and updates to the latest version of the Deno standard library.
0.2.0
This release adds:
- support for pre-signed URLs
- support for anonymous (unauthenticated) requests
0.1.1
No code changes, just an updated README.
0.1.0
Initial release