mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
fix some typo in struct name comments (#19513)
Signed-off-by: coderwander <770732124@qq.com>
This commit is contained in:
@@ -67,7 +67,7 @@ type ObjectToDelete struct {
|
||||
ReplicateDecisionStr string `xml:"-"`
|
||||
}
|
||||
|
||||
// createBucketConfiguration container for bucket configuration request from client.
|
||||
// createBucketLocationConfiguration container for bucket configuration request from client.
|
||||
// Used for parsing the location from the request body for Makebucket.
|
||||
type createBucketLocationConfiguration struct {
|
||||
XMLName xml.Name `xml:"CreateBucketConfiguration" json:"-"`
|
||||
|
||||
Reference in New Issue
Block a user