uppy/packages/@uppy/aws-s3/tests/s3-client
Prakash da46951771
@uppy/aws-s3: wrong upload meta in upload-success event (#6234)
right now whenever you upload any file through multipart upload you'll
find empty body returned in `upload-success` event

cause : response from completeMultipartRequest returned in CamelCase
which was not parsed correctly

```xml
<?xml version="1.0" encoding="UTF-8"?>

<CompleteMultipartUploadResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Location>https://testbucketnewfix.s3.eu-north-1.amazonaws.com/13febe01-8d5b-4ed3-bda1-9620fc37c694-VSCode-darwin-universal.dmg</Location><Bucket>testbucketnewfix</Bucket><Key>13febe01-8d5b-4ed3-bda1-9620fc37c694-VSCode-darwin-universal.dmg</Key><ETag>"be4129821e06a893b453f1373995202b-49"</ETag><ChecksumCRC64NVME>Wjr7mcJOfU0=</ChecksumCRC64NVME><ChecksumType>FULL_OBJECT</ChecksumType></CompleteMultipartUploadResult>
```

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-17 13:54:47 +05:30
..
_shared.test.js s3mini use presigned URLs instead of signed headers (#6130) 2026-06-17 13:54:47 +05:30
compose.minio.yaml add s3mini client to @uppy/aws-s3 plugin (#6103) 2026-06-17 13:54:47 +05:30
docker.js add s3mini client to @uppy/aws-s3 plugin (#6103) 2026-06-17 13:54:47 +05:30
minio.test.js @uppy/aws-s3: wrong upload meta in upload-success event (#6234) 2026-06-17 13:54:47 +05:30
setup.js @uppy/aws-s3: add support for tempCredentials in s3mini (#6110) 2026-06-17 13:54:47 +05:30
teardown.js add s3mini client to @uppy/aws-s3 plugin (#6103) 2026-06-17 13:54:47 +05:30