fix: Fixes #274, Fixed putting and getting object metadata case normalization issue

This commit is contained in:
jonaustin09
2023-10-05 15:33:03 -04:00
parent 664e6e7814
commit 856d79d385
3 changed files with 9 additions and 23 deletions

View File

@@ -135,8 +135,6 @@ func (p *Posix) ListBuckets(_ context.Context, owner string, isAdmin bool) (s3re
sort.Sort(backend.ByBucketName(buckets))
fmt.Println("ListAllMyBucketsResult owner:", owner)
return s3response.ListAllMyBucketsResult{
Buckets: s3response.ListAllMyBucketsList{
Bucket: buckets,