mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
fix some typo in struct name comments (#19513)
Signed-off-by: coderwander <770732124@qq.com>
This commit is contained in:
@@ -64,7 +64,7 @@ func setObjectLayer(o ObjectLayer) {
|
||||
globalObjLayerMutex.Unlock()
|
||||
}
|
||||
|
||||
// objectAPIHandler implements and provides http handlers for S3 API.
|
||||
// objectAPIHandlers implements and provides http handlers for S3 API.
|
||||
type objectAPIHandlers struct {
|
||||
ObjectAPI func() ObjectLayer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user