mirror of
https://github.com/versity/versitygw.git
synced 2026-09-26 09:54:49 +00:00
Merge pull request #1997 from versity/sis/copyobject-threshold
fix: enforce 5gb copy source object size threshold.
This commit is contained in:
@@ -607,7 +607,8 @@ func TestS3ApiController_UploadPart(t *testing.T) {
|
||||
}
|
||||
|
||||
ctrl := S3ApiController{
|
||||
be: be,
|
||||
be: be,
|
||||
mpMaxParts: 10000,
|
||||
}
|
||||
|
||||
testController(
|
||||
|
||||
Reference in New Issue
Block a user