v1.1.0
Maintenance release: correctness fixes, S3 compatibility improvements, and dependency updates.
Note on tag naming: starting with this release, tags use the Go-required
vprefix (see #116). A matchingv1.0.0tag was also added sogo get github.com/johannesboyne/gofakes3@v1.0.0resolves correctly.
Bug fixes
- Fix
CopyObjectpanic whenX-Amz-Copy-Sourceis fully URL-encoded (#119) — thanks @rjpr - Fix chunked-upload reader byte accounting and clean EOF on the terminating chunk (#120) — thanks @kailin4u
- Return
206 Partial Contentfor rangedGETrequests (#121) — thanks @famulu - Include
IsTruncated=falsein multipart list results, fixing nil-deref panics in AWS SDK consumers (#123, closes #122) — thanks @ryan0x44 - Return
206for rangedHEADrequests (follow-up to #121)
Features
Dependencies
Docs
- Add install section to the README (#115) — thanks @mittalyashu