forked from TrueCloudLab/frostfs-s3-gw
[#577] Rename objectInfo.Version() to VersionID()
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
eaf76afe50
commit
3ac3f1cc9d
10 changed files with 34 additions and 34 deletions
|
@ -21,7 +21,7 @@ func TestObjectLockAttributes(t *testing.T) {
|
|||
p := &ObjectVersion{
|
||||
BktInfo: tc.bktInfo,
|
||||
ObjectName: obj.Name,
|
||||
VersionID: obj.Version(),
|
||||
VersionID: obj.VersionID(),
|
||||
}
|
||||
|
||||
lock := &data.ObjectLock{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue