Skip to content

Commit

Permalink
Add OrignialAction field to Args struct (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
taran-p authored Sep 21, 2024
1 parent 4f16e1e commit 73b6c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type Args struct {
AccountName string `json:"account"`
Groups []string `json:"groups"`
Action Action `json:"action"`
OriginalAction Action `json:"originalAction"`
BucketName string `json:"bucket"`
ConditionValues map[string][]string `json:"conditions"`
IsOwner bool `json:"owner"`
Expand Down

0 comments on commit 73b6c22

Please sign in to comment.