versity/versitygw

S3 proxy ListParts max-parts

Closed this issue · 0 comments

Describe the bug
When calling UploadPart_success integration test on s3 proxy server, it throws the following error:
InvalidArgument: Argument max-parts must be an integer between 0 and 2147483647

To Reproduce

./versitygw test -a access -s secret --endpoint http://localhost:7071 full-flow

Expected behavior
It has to pass the test without any errors.