forked from TrueCloudLab/frostfs-api-go
[#182] Rename methods to match updated field names
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
5be034ab80
commit
dc9fcd5d98
17 changed files with 47 additions and 47 deletions
|
@ -295,7 +295,7 @@ func generateEACL(n int, k, v string) *acl.Table {
|
|||
filter := new(acl.HeaderFilter)
|
||||
filter.SetHeaderType(acl.HeaderTypeObject)
|
||||
filter.SetMatchType(acl.MatchTypeStringEqual)
|
||||
filter.SetName(k)
|
||||
filter.SetKey(k)
|
||||
filter.SetValue(v)
|
||||
|
||||
record := new(acl.Record)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue