mirror of
https://github.com/minio/minio.git
synced 2025-11-11 06:20:14 -05:00
Implement bucket policy handler and with galore of cleanup
This commit is contained in:
@@ -62,11 +62,12 @@ type Owner struct {
|
||||
|
||||
var unimplementedBucketResourceNames = map[string]bool{
|
||||
"acl": true,
|
||||
"cors": true,
|
||||
"lifecycle": true,
|
||||
"policy": true,
|
||||
"location": true,
|
||||
"logging": true,
|
||||
"notification": true,
|
||||
"tagging": true,
|
||||
"versions": true,
|
||||
"requestPayment": true,
|
||||
"versioning": true,
|
||||
|
||||
Reference in New Issue
Block a user