mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Router should work with ?uploads unescaped now
This commit is contained in:
@@ -128,11 +128,9 @@ var notimplementedBucketResourceNames = map[string]bool{
|
||||
"requestPayment": true,
|
||||
"versioning": true,
|
||||
"website": true,
|
||||
"uploads": true,
|
||||
}
|
||||
|
||||
// List of not implemented object queries
|
||||
var notimplementedObjectResourceNames = map[string]bool{
|
||||
"torrent": true,
|
||||
"uploads": true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user