mirror of
https://github.com/versity/versitygw.git
synced 2025-12-23 05:05:16 +00:00
feat: replace access/role context locals with full account info
This commit is contained in:
@@ -148,6 +148,8 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user