Changelog
- c93d2cd Fix scoutfs backend s3 upload with non-aligned size.
- fbde51b be able to debug LDAP queries; be consistent between GetUserAccount() and ListUserAccounts() on how to build the search filters; objectClasses were missing in GetUserAccount research filter leading to a bad result for example when a posixgGroup have the same name as a posixUser.
- eb0a8ee chore(deps): bump the dev-dependencies group with 10 updates
- 8fb020e chore(deps): bump the dev-dependencies group with 25 updates
- 5aa407d cleanup: ipa iam server debug logging done with debuglogger
- b358e38 cleanup: minor fixes to ldap exported functions and test
- 24b1c45 cleanup: move debuglogger to top level for full project access
- b46a486 cleanup: s3 iam server debug logging done with debuglogger
- 58117c0 feat: add get bucket location frontend handlers
- 8cad7fd feat: add response header overrides for GetObject
- 818e91e feat: adds x-amz-object-size in PutObject response headers
- 4c41b8b feat: changes cors implementation in s3 to store/retreive in meta bucket
- 7a098b9 feat: implement conditional writes
- b3ed763 feat: implements conditional reads for GetObject and HeadObject
- 18e3012 fix: #1527 - case-insensitive x-amz-checksum-mode header value
- 2bb8a1e fix: NotImplemented for GetObject/HeadObject PartNumber
- 6a82213 fix: add keeplive option (CLI and env var)
- 8436202 fix: adds full wildcard and any character match for bucket policy actions
- 8e18b43 fix: lex sort order of listobjects backend.Walk
- 34da183 fix: lex sort order of listobjectversions backend.WalkVersions
- 488a9ac fix: panic in signed-chunk-reader with incorrect debug string
- a4091fd fix: previous pr was not rebased before merging and caused a build error