mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 12:41:10 +00:00
feat: adds not implemented routes for bucket logging actions
Closes #1444 Adds `NotImplemented` routes for bucket logging S3 actions: - `PutBucketLogging` - `GetBucketLogging`
This commit is contained in:
@@ -70,6 +70,8 @@ const (
|
||||
GetInventoryConfigurationAction Action = "s3:GetInventoryConfiguration"
|
||||
PutLifecycleConfigurationAction Action = "s3:PutLifecycleConfiguration"
|
||||
GetLifecycleConfigurationAction Action = "s3:GetLifecycleConfiguration"
|
||||
PutBucketLoggingAction Action = "s3:PutBucketLogging"
|
||||
GetBucketLoggingAction Action = "s3:GetBucketLogging"
|
||||
|
||||
AllActions Action = "s3:*"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user