v0.6.0
v0.6.0 - File Transit
- Add new PUT endpoints for uploading files
- Extend filesize limit from 50GB to 5TB
- Add more consistent error responses for upload failure situations
What's Changed
- Fix filtering of objects/buckets when searching for permissions by @TimCsaky in #173
- Bugfix objectPerms permission check not returning response by @jujaga in #174
- Standardize delimiter behavior for Bucket attributes by @jujaga in #175
- Ensure bucket keys have standardized slash prefix behavior by @jujaga in #176
- Bugfix getKeyValue to gracefully handle undefined inputs by @jujaga in #177
- Tidy and fix validation of Tagging / Metadata operations by @TimCsaky in #178
- Ensure object and bucket searchPermissions endpoints requireSomeAuth by @jujaga in #184
- Remove multiplicity from createObject by @TimCsaky in #186
- Update Authentication approach and jsonwebtoken dependency by @jujaga in #185
- Add bucketId filter to list ObjectTags/Metadata by @TimCsaky in #188
- Remove
no-db
mode configuration by @TimCsaky in #189 - update db secret by @BrandonSharratt in #192
- Implement PUT based createObject and updateObject endpoints by @jujaga in #193
- Increase S3 upload limit from 50GB to 5TB by @jujaga in #194
- Bug/duplicate users by @TimCsaky in #195
- Release COMS v0.6 by @jujaga in #196
New Contributors
- @BrandonSharratt made their first contribution in #192
Full Changelog: v0.5.0...v0.6.0