Router should work with ?uploads unescaped now

This commit is contained in:
Frederick F. Kautz IV
2015-05-07 21:37:34 -07:00
parent 9dc7b82b39
commit ae5c99d7bb
3 changed files with 5 additions and 6 deletions
-2
View File
@@ -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,
}