forked from TrueCloudLab/frostfs-s3-gw
[#667] Use separate copies numbers for system containers
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
42d6fc3fc6
commit
949fc0b484
15 changed files with 311 additions and 125 deletions
|
@ -17,7 +17,7 @@ func TestHandler_ListBucketsHandler(t *testing.T) {
|
|||
const defaultConstraint = "default"
|
||||
|
||||
region := "us-west-1"
|
||||
hc := prepareWithoutCORSHandlerContext(t)
|
||||
hc := prepareWithoutContainersHandlerContext(t, true, true)
|
||||
hc.config.putLocationConstraint(region)
|
||||
|
||||
props := []Bucket{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue