mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
setBucketMetadata: Fix a deadlock.
This commit is contained in:
+1
-1
@@ -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