mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
save correct bucketInfo on it's indexes (#16685)
This commit is contained in:
@@ -158,7 +158,7 @@ func (sys *S3PeerSys) GetBucketInfo(ctx context.Context, bucket string, opts Buc
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
bucketInfos[idx] = bucketInfo
|
bucketInfos[idx+1] = bucketInfo
|
||||||
return nil
|
return nil
|
||||||
}, idx)
|
}, idx)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user