Releases: gaul/s3proxy
Releases · gaul/s3proxy
S3Proxy 1.3.0
- emit NotImplemented for unknown operations, e.g., multi-part upload, object versions
- fail V4 signatures with InvalidArgument to allow V2 retry
- improved handling of XML- and URL-encoded object names
- many s3cmd and s3-tests compatibility fixes
- deploy artifact to maven-central
Thanks @kahing for many compatibility fixes and making S3Proxy usable as a library!
S3Proxy 1.2.0
S3Proxy 1.1.0
- support listening on HTTPS
- allow creation of public-read buckets
- emulate multi-delete object
- support get of half-open range, e.g., 300-, -700
- add option to force multi-part upload
- elide bogus Expires header (fixes put object with Swift)
- munge Azure ETag (fixes list objects)
- improve compatibility with AWS SDK for Java