Releases: bradenmacdonald/s3-lite-client
Releases · bradenmacdonald/s3-lite-client
0.7.6
0.7.5
What's Changed
- Bump
@std
library to version 0.224 by @bradenmacdonald in #39 - feat: export all types from client with S3 prefix by @karfau in #38 - thanks @karfau !
New Contributors
Full Changelog: 0.7.4...0.7.5
0.7.4
What's Changed
- Adds a
metadata
option tocopyObject()
(now you can replace the metadata when copying an object). See #23. - Updates the README to clarify how to set custom headers, ACLs, and other metadata. See #34.
- Adds stronger typing for some metadata fields like
x-amz-acl
Full Changelog: 0.7.3...0.7.4
0.7.3
What's Changed
- docs: add installation instructions
- docs: fix JSdoc for errors, rename error base class to
S3Error
- Remove
deps.ts
anddeps-test.ts
Full Changelog: 0.7.2...0.7.3
0.7.2
What's Changed
- Support more JavaScript runtimes by @bradenmacdonald in #31
Full Changelog: 0.7.1...0.7.2
0.7.0
What's Changed
- Added bucket operations (create/delete/check existence) - thanks @thepocp #27
- Bump Deno std library to [email protected]
- Slightly expanded README and usage examples
- Updated integration tests and examples to use
Array.fromAsync
New Contributors
Full Changelog: 0.6.2...0.7.0
0.6.2
0.6.1
- Fixed behavior of
listObjectsGrouped
when the server returns multiple<CommonPrefix>
nodes (#19) Thanks @chromakode !
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