mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 14:36:15 +03:00
Remove policy query param from being rejected for objects (#8144)
This commit is contained in:
committed by
Harshavardhana
parent
2ab0681c0c
commit
eb18c82976
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user