mirror of
https://github.com/versity/versitygw.git
synced 2026-01-04 11:03:57 +00:00
This fixes the listing of buckets when multi tenant mode is enabled with a metadata bucket. The following behavior changes are fixed: * prevent listing of metadata bucket by all accounts * prevent listing of non-owned buckets by user/userplus * return correct BucketAlreadyExists/BucketAlreadyOwnedByYou for attempts to create existing bucket Fixes #1326