Releases: adonisjs/drive-s3
Releases · adonisjs/drive-s3
Fixing a long pending issue related to endpoint resolution
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
- Rebase master by @thetutlage in #14
New Contributors
- @thetutlage made their first contribution in #14
Full Changelog: v1.3.1...v1.3.3
Bug fixes and making visibility key optional in config object
- 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
- Update instructions.md by @careless10 in #10
New Contributors
- @careless10 made their first contribution in #10
Full Changelog: v1.3.1...v1.3.2
Update instructions markdown file
- docs: update instructions.md file 8f3fc33
Add support to switch bucket at runtime
Add expiresIn parameter to getSignedUrl
- 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
- 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
- @yodosan made their first contribution in #1
- @Julien-R44 made their first contribution in #4
Full Changelog: v1.0.5...v1.1.0
Log write options and content headers
Full Changelog: v1.0.4...v1.0.5
Update dependencies
- chore: update dependencies afe6352