Remove policy query param from being rejected for objects (#8144)

This commit is contained in:
Aditya Manthramurthy
2019-08-28 16:58:40 -07:00
committed by Harshavardhana
parent 2ab0681c0c
commit eb18c82976
2 changed files with 0 additions and 16 deletions
-1
View File
@@ -487,7 +487,6 @@ var notimplementedBucketResourceNames = map[string]bool{
// List of not implemented object queries
var notimplementedObjectResourceNames = map[string]bool{
"acl": true,
"policy": true,
"restore": true,
"tagging": true,
"torrent": true,