Skip to content

Releases: adonisjs/drive-s3

Fixing a long pending issue related to endpoint resolution

04 Sep 07:45
Compare
Choose a tag to compare

Commits

  • chore: add engines to package.json file 567bb8a
  • docs: update badges url 998597f
  • refactor: fix logging method call e9b2f91
  • fix: use middleware-endpoint package to resolve bucket endpoint df10dbb
  • chore: update dependencies ecd1e37
  • chore: update dependencies ad02df3

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.3

Bug fixes and making visibility key optional in config object

07 Oct 15:30
Compare
Choose a tag to compare
  • refactor: make visibility key optional 1809086
  • fix: getStream method to return an instance of Readable stream 49afbec
  • fix: set ContentLength c5b4b9e
  • test: small file uploads to have size 5619bac
  • chore: update dependencies 756b228
  • docs(instructions): add note to allow s3 as DRIVE_DISK environment variable ce9f0cb

PRs

New Contributors

Full Changelog: v1.3.1...v1.3.2

Update instructions markdown file

18 May 09:06
Compare
Choose a tag to compare
  • docs: update instructions.md file 8f3fc33

v1.3.0...v1.3.1

Add support to switch bucket at runtime

18 May 08:22
Compare
Choose a tag to compare
  • test: make test more resilient 01c190a
  • feat: add support to switch bucket at runtime 208e5bb
  • feat: update DriversList interface and add s3 driver to it bad42d1
  • chore: update dependencies e1a2567

v1.2.0...v1.3.0

Add expiresIn parameter to getSignedUrl

08 Apr 07:14
Compare
Choose a tag to compare
  • refactor: reorganize meta config e1aecce
  • chore: update dependencies 9872666
  • fix: add expiresIn parameters in getSignedUrl method (#6) 8be08ae
  • test: remove hardcoded AWS_REGION and use env var (#7) c9f1093

PRs

  • test: remove hardcoded AWS_REGION and use env var by @Julien-R44 in #7
  • fix: add expiresIn parameters in getSignedUrl method by @Julien-R44 in #6

Full Changelog: v1.1.0...v1.2.0

Add support for AWS multipart uploads

28 Feb 01:03
Compare
Choose a tag to compare
  • chore: update dependencies c8325dd
  • refactor: migrate to new japa (#4) e85efda
  • test: fix breaking tests bda1f19
  • feat: add support for multipart file uploads 44db02f
  • chore: update dependencies 30054d1
  • fix(write options): add missing cache-control header (#1) 1974f93

PRs

  • fix(write options): add missing cache-control header by @yodosan in #1
  • refactor: migrate to new japa by @Julien-R44 in #4

New Contributors

Full Changelog: v1.0.5...v1.1.0

Log write options and content headers

19 Oct 06:58
Compare
Choose a tag to compare
  • refactor: logger write options and content headers 9564394
  • chore: update dependencies 39a9750

Full Changelog: v1.0.4...v1.0.5

Update dependencies

29 Aug 03:07
Compare
Choose a tag to compare
  • chore: update dependencies afe6352

v1.0.3...v1.0.4

Add peer dependency to package file

20 Aug 08:40
Compare
Choose a tag to compare
  • chore: update package description 0bbb86a
  • refactor: improvements to the tests 4342760
  • refactor: improve handling of stream inside tests 0f7c5d7
  • chore: add peer dependency to adonisjs/core da227ca

v1.0.2...v1.0.3

Add support for defining a custom CDN URL prefix

18 Aug 14:32
Compare
Choose a tag to compare
  • feat: add support for custom cdn prefix url a074138
  • fix: merging defaults with user options 393f682
  • chore: define dummy values for env variables f82e509

v1.0.1...v1.0.2