mirror of
https://github.com/minio/minio.git
synced 2025-11-11 14:30:17 -05:00
setBucketMetadata: Fix a deadlock.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
// Definitions are imported from NodeJS mime-db project under MIT license.
|
||||
package mimedb
|
||||
|
||||
// Mime is a collection of mime types with extension as key and content-type as value.
|
||||
// DB - Mime is a collection of mime types with extension as key and content-type as value.
|
||||
var DB = map[string]struct {
|
||||
ContentType string
|
||||
Compressible bool
|
||||
|
||||
Reference in New Issue
Block a user