mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 12:15:18 +00:00
fix: adds not implemented routes for bucket analytics s3 actions.
Fixes #1433 Fixes #1437 Fixes #1438 Adds 4 routes to return `NotImplemented` for bucket analytics `S3` actions: - `PutBucketAnalyticsConfiguration` - `GetBucketAnalyticsConfiguration` - `DeleteBucketAnalyticsConfiguration` - `ListBucketAnalyticsConfiguration`
This commit is contained in:
@@ -60,6 +60,8 @@ const (
|
||||
GetBucketOwnershipControlsAction Action = "s3:GetBucketOwnershipControls"
|
||||
PutBucketCorsAction Action = "s3:PutBucketCORS"
|
||||
GetBucketCorsAction Action = "s3:GetBucketCORS"
|
||||
PutAnalyticsConfiguration Action = "s3:PutAnalyticsConfiguration"
|
||||
GetAnalyticsConfiguration Action = "s3:GetAnalyticsConfiguration"
|
||||
AllActions Action = "s3:*"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user