Merge pull request #1997 from versity/sis/copyobject-threshold

fix: enforce 5gb copy source object size threshold.
This commit is contained in:
Ben McClelland
2026-03-31 12:27:11 -07:00
committed by GitHub
17 changed files with 124 additions and 15 deletions
+2 -1
View File
@@ -607,7 +607,8 @@ func TestS3ApiController_UploadPart(t *testing.T) {
}
ctrl := S3ApiController{
be: be,
be: be,
mpMaxParts: 10000,
}
testController(