0a0451a0fb
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.