mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
save correct bucketInfo on it's indexes (#16685)
This commit is contained in:
parent
6efe4d1df6
commit
663a0b7783
@ -158,7 +158,7 @@ func (sys *S3PeerSys) GetBucketInfo(ctx context.Context, bucket string, opts Buc
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
bucketInfos[idx] = bucketInfo
|
||||
bucketInfos[idx+1] = bucketInfo
|
||||
return nil
|
||||
}, idx)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user