forked from TrueCloudLab/frostfs-s3-gw
[#569] Rename versioning consts
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
77f466b1d5
commit
56eb2dc3dc
9 changed files with 17 additions and 17 deletions
|
@ -109,7 +109,7 @@ func createTestBucketWithLock(ctx context.Context, t *testing.T, h *handlerConte
|
|||
sp := &layer.PutSettingsParams{
|
||||
BktInfo: bktInfo,
|
||||
Settings: &data.BucketSettings{
|
||||
Versioning: data.VerEnabled,
|
||||
Versioning: data.VersioningEnabled,
|
||||
LockConfiguration: conf,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue