johannesboyne / gofakes3

A simple fake AWS S3 object storage (used for local test-runs against AWS S3 APIs)
MIT License
361 stars 84 forks source link

Remove etag quotes when completing a multipart upload. #52

Closed tasdomas closed 3 years ago

tasdomas commented 3 years ago

The minio s3 client fails when completing a multipart upload. The check on gofakes3.go:502 fails, since the etag in the xml document is not quoted and the etag from the header is.

This is an attempt at addressing #51

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication