Changelog
- 9bfec71 Azure ACL (#364)
- cf92b6f Fix/azure copy object (#382)
- d956eca Fix/azure iam (#381)
- 68e8004 Fix/azure list objects (#379)
- 15daec9 chore(deps): bump the dev-dependencies group with 1 update
- b145777 chore(deps): bump the dev-dependencies group with 1 update
- b83e239 chore(deps): bump the dev-dependencies group with 3 updates
- ac06b5c chore(deps): bump the dev-dependencies group with 3 updates
- 328ea4f chore(deps): bump the dev-dependencies group with 6 updates
- bf38a03 chore: remove azure bug comment
- 9226999 chore: update docs for s3 backend support
- 111d75b chore: update readme status and news
- 240db54 feat: Added ChangeBucketOwner, ListBucketsAndOwners action implementation in azure backend. Fixed acl key bug in getting container metadata. Added container owner in ListBuckets action
- cafa457 feat: Added pagination for ListParts azure action and added get range support for GetObject azure action
- e5fc120 feat: Added sas token authentication for azure backend
- 8cc89fa feat: Azure backend implementation
- 8fc1639 feat: Dockerized azure backend to run 2 images: one for azurite, one for azure backend
- 3db43b7 feat: add azure local env auth
- 1366408 feat: add chunked upload support
- 3b945f7 feat: azure blob backend initial pass
- 03e4a28 fix: Fixed couple of bugs regarding to GetObject range errors, blob metadata reference losing
- a86a8cb fix: add azure CreateMultipartUpload to allow clients to work as expected
- b5894dd fix: allow spaces in Authorization string
- 5a3ecc2 fix: azure run go mod tidy
- 6481e2a fix: cleanup backend ACLs
- ca6d9e3 fix: docker env set to tests defaults
- 1cdf070 fix: fix crashes in test cases when fields missing
- d404f96 fix: translate azure errors to s3 for compatibility