Changelog
- 9cb357e CopyObject metadata (#265)
- 94b207b chore(deps): bump the dev-dependencies group with 4 updates
- 4ecb9e3 chore(deps): bump the dev-dependencies group with 5 updates
- 8f7a1bf feat: Integrated a new option for IAM servcie: store IAM data in LDAP server
- ae0b270 feat: move local iam cache to a more generic cache mechanism
- ae4e382 feat: refactor internal iam service
- 4661af1 feat: replace access/role context locals with full account info
- a77954a fix: Fixes #246, Added max length check for tag keys and values in PutObjectTagging and PutObject actions
- e0c09ad fix: Fixes #247, Changed DeleteObjectTagging action successful response status from 200 to 204
- a67a2e5 fix: Fixes #249, Changed ListObjects default max-keys from -1 to 1000
- 5c48fcd fix: Fixes #250, Added support to provide a marker not from the objects list and list the objects after the provided marker in ListObjects(V2) actions
- 099ac39 fix: Fixes #259, Changed delete actions response statuses from 200 to 204
- 856d79d fix: Fixes #274, Fixed putting and getting object metadata case normalization issue
- 9d813de fix: Fixes 275, Changed the gateway request URL encoding, to accept some more special characters
- 4be5d64 fix: Object tag actions cleanup
- e392ac9 fix: VerifyACL function clenup: removed unused bucket argument from the function declaration
- 2328177 fix: allow posix GET of 0-len directory type object
- 6f1629b fix: cleanup auth.New for service selection
- 5ca44e7 fix: prevent directory type object uploads containing data
- 3a18b4c fix: remove caching in local iam service