Skip to content

Releases: gaul/s3proxy

S3Proxy 1.4.0

29 Mar 21:17
Compare
Choose a tag to compare
  • automate s3-tests runs via Travis
  • emulate multi-part upload
  • get and set bucket and object ACLs
  • native multi-object delete
  • object metadata support with filesystem storage backend
  • remove force multipart option, dynamically enable for Azure instead
  • upgrade to Apache jclouds 1.9.0 with several storage backend compatibility fixes

Thanks @kahing and @timuralp for opening pull requests to improve S3Proxy!

Github downloads

S3Proxy 1.3.0

22 Jan 22:01
Compare
Choose a tag to compare
  • 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!

Github downloads

S3Proxy 1.2.0

28 Oct 00:26
Compare
Choose a tag to compare
  • Google Cloud Storage backend
  • improved OpenStack Swift and Cloud Files backend
  • support virtual host buckets
  • allow system properties to override configuration
  • various improvements to S3 compatibility

Github downloads

S3Proxy 1.1.0

22 Aug 07:23
Compare
Choose a tag to compare
  • 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

Github downloads

S3Proxy 1.0.0

12 Aug 06:33
Compare
Choose a tag to compare

Initial release of S3Proxy.

Github downloads