mirror of
https://github.com/minio/minio.git
synced 2025-02-27 05:19:16 -05:00
It had a lot of code that was the same as GetBucketMetadata, so instead call GBM from SBM so as to reduce doing the same thing in two different spots. Theoretically this will induce a small overhead as now at least two calls of denormalizeBucket are made, although this shouldn't be noticeable.