We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f45a1e commit 4b087daCopy full SHA for 4b087da
iamlivecore/logger.go
@@ -679,6 +679,9 @@ func getStatementsForProxyCall(call Entry) (statements []Statement) {
679
if strings.HasPrefix(mappedPriv.Action, "s3:") && len(iamMapMethods) > 1 && strings.HasPrefix(call.Host, "s3express-control.") {
680
continue
681
}
682
+ if strings.HasPrefix(mappedPriv.Action, "s3:") && strings.Contains(call.Host, ".s3express-") {
683
+ continue // Zonal API actions
684
+ }
685
686
resources := []string{}
687
0 commit comments