mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
[feat]: implement GetBucketPolicyStatus API (#11673)
additionally also add more APIs in notImplemented list, adjust routing rules appropriately
This commit is contained in:
@@ -67,6 +67,9 @@ const (
|
||||
// ListBucketAction - ListBucket Rest API action.
|
||||
ListBucketAction = "s3:ListBucket"
|
||||
|
||||
// GetBucketPolicyStatusAction - Retrieves the policy status for a bucket.
|
||||
GetBucketPolicyStatusAction = "s3:GetBucketPolicyStatus"
|
||||
|
||||
// ListBucketVersionsAction - ListBucketVersions Rest API action.
|
||||
ListBucketVersionsAction = "s3:ListBucketVersions"
|
||||
|
||||
@@ -197,6 +200,7 @@ var supportedActions = map[Action]struct{}{
|
||||
HeadBucketAction: {},
|
||||
ListAllMyBucketsAction: {},
|
||||
ListBucketAction: {},
|
||||
GetBucketPolicyStatusAction: {},
|
||||
ListBucketVersionsAction: {},
|
||||
ListBucketMultipartUploadsAction: {},
|
||||
ListenNotificationAction: {},
|
||||
|
||||
Reference in New Issue
Block a user