mirror of
https://github.com/versity/versitygw.git
synced 2026-09-06 08:06:54 +00:00
feat: Closes #441, Added access control integration tests, fixed some bugs in bucket policy and acl access checking flow
This commit is contained in:
@@ -54,7 +54,6 @@ func AclParser(be backend.Backend, logger s3log.AuditLogger) fiber.Handler {
|
||||
}
|
||||
return ctx.Next()
|
||||
}
|
||||
//TODO: provide correct action names for the logger, after implementing DetectAction middleware
|
||||
data, err := be.GetBucketAcl(ctx.Context(), &s3.GetBucketAclInput{Bucket: &bucket})
|
||||
if err != nil {
|
||||
return controllers.SendResponse(ctx, err, &controllers.MetaOpts{Logger: logger})
|
||||
|
||||
Reference in New Issue
Block a user