Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Rocky Plastic

Compare
Choose a tag to compare
@pyr pyr released this 25 Nov 10:14
· 262 commits to master since this release

Pithos: the cassandra-backed S3 compatible object store, maintenance release 0.7.1.

Highlights of this release include better encoding and decoding of object names, which could fixes the way some clients deal with spaces in names. Multipart upload completion has also been improved to avoid confusing some XML parsers with leading whitespace.

A special thank you to @vincentbernat for his help in tracking down issues and fixing bugs for this release!

As a side note, an ever increasing amount of clients have been tested with pithos and work as expected.

Full Changelog:

  • Bump clojure version. [Pierre-Yves Ritschard]
  • Do not lead the XML body with whitespace, fixes #41. [Pierre-Yves Ritschard]
  • Decode uris. [Pierre-Yves Ritschard]
  • Escape regular expressions. [Vincent Bernat]
  • meta: handle no delimiter case when listing objects [Vincent Bernat]
  • Delete multiple objects returns an XML response [Bruno Renié]
  • Bypass date header when x-amz-date is supplied. [Pierre-Yves Ritschard]
  • Fix cropped len in ranges. [Pierre-Yves Ritschard]