Skip to content

Releases: bradenmacdonald/s3-lite-client

0.9.2

15 Jun 18:19
Compare
Choose a tag to compare

What's Changed

  • fix: multipart upload signature mismatch with Digital Ocean Spaces by @philwarren in #68

New Contributors

Full Changelog: 0.9.1...0.9.2

0.9.1

04 Jun 01:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.9.1

0.9.0

02 Mar 21:17
Compare
Choose a tag to compare

This big release is thanks mostly to @riderx who contributed PRs for all of the remaining reported issues and feature requests that were open for this project. Thanks so much, @riderx! 👏🏻

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

22 Jan 01:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.6...0.8.0

0.7.6

16 May 01:09
Compare
Choose a tag to compare

What's Changed

  • fix multipart uploads with customer provided encryption keys by @wyozi in #40

Full Changelog: 0.7.5...0.7.6

0.7.5

10 May 06:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.4...0.7.5

0.7.4

15 Mar 06:42
Compare
Choose a tag to compare

What's Changed

  • Adds a metadata option to copyObject() (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

03 Mar 21:15
Compare
Choose a tag to compare

What's Changed

  • docs: add installation instructions
  • docs: fix JSdoc for errors, rename error base class to S3Error
  • Remove deps.ts and deps-test.ts

Full Changelog: 0.7.2...0.7.3

0.7.2

03 Mar 19:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.0

09 Feb 17:29
Compare
Choose a tag to compare

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