We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put file with s3cmd that will trigger multipart upload.
s3cmd put filename_contain_\&.test s3://leofs-test-8080
Leofs response
<?xml version="1.0" encoding="UTF-8"?> <InitiateMultipartUploadResult> <Bucket>leofs-test-8080</Bucket> <Key>filename-contain-&.test</Key> <UploadId>ea6c9a81436749bb8004da2af1a13ae6</UploadId> </InitiateMultipartUploadResult>
Expected response
<?xml version="1.0" encoding="UTF-8"?> <InitiateMultipartUploadResult> <Bucket>leofs-test-8080</Bucket> <Key>filename-contain-&.test</Key> <UploadId>ea6c9a81436749bb8004da2af1a13ae6</UploadId> </InitiateMultipartUploadResult>
This problem also occur in Complete multipart upload.
The text was updated successfully, but these errors were encountered:
Thank you for sharing this issue. I'll check it then fix it.
Sorry, something went wrong.
yosukehara
No branches or pull requests
Put file with s3cmd that will trigger multipart upload.
s3cmd put filename_contain_\&.test s3://leofs-test-8080
Leofs response
Expected response
This problem also occur in Complete multipart upload.
The text was updated successfully, but these errors were encountered: