Add new S3 APIs which are not implemented (#5899)

Fixes #5896
This commit is contained in:
Harshavardhana 2018-05-08 09:15:10 -07:00 committed by Nitish Tiwari
parent c98d8cb1c7
commit 54cd29b51c

View file

@ -449,6 +449,9 @@ var notimplementedBucketResourceNames = map[string]bool{
"requestPayment": true,
"versioning": true,
"website": true,
"inventory": true,
"metrics": true,
"accelerate": true,
}
// List of not implemented object queries
@ -456,6 +459,9 @@ var notimplementedObjectResourceNames = map[string]bool{
"torrent": true,
"acl": true,
"policy": true,
"tagging": true,
"restore": true,
"select": true,
}
// Resource handler ServeHTTP() wrapper