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

Eternal Skunk

Compare
Choose a tag to compare
@pyr pyr released this 22 Oct 10:07
· 418 commits to master since this release

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

Highlights of this release include better multipart upload support when overwriting objects, ACL improvements and CORS support on buckets. Additionally, the release now comes with a debian package.

In parallel, the main repo now contains the source for the new documentation site hosted at http://pithos.io and
generated with sphinx.

Full Changelog:

  • Somewhat improve readability by moving to reduce. [Pierre-Yves
    Ritschard]
  • Do not try to reuse inode numbers when creating an upload part.
    [Pierre-Yves Ritschard]
  • Try to force a read of tombstones after a delete. [Pierre-Yves
    Ritschard]
  • Ensure we can retrieve all block chunks in one go. [Pierre-Yves
    Ritschard]
  • Unbreak abort multipart upload. [Pierre-Yves Ritschard]
  • Correctly report ongoing multipart uploads. [Pierre-Yves Ritschard]
  • Bump alia dependency. [Pierre-Yves Ritschard]
  • Switch to logconfig. [Pierre-Yves Ritschard]
  • Wire in CORS check in options request. [Pierre-Yves Ritschard]
  • Pre-compile namespaces. [Pierre-Yves Ritschard]
  • Enable CORS API calls, no corresponding options call yet. [Pierre-Yves
    Ritschard]
  • Add support for two-way CORs config serialization. plus tests.
    [Pierre-Yves Ritschard]
  • Describe ACL update behavior. [Pierre-Yves Ritschard]
  • Update dependencies to latest versions. [Pierre-Yves Ritschard]
  • Consider header acls in put-bucket-acl and put-object-acl too.
    [Pierre-Yves Ritschard]
  • Provide more explicit names, and a check for header acls. [Pierre-Yves
    Ritschard]
  • Extend permissions to parse explicit ACLs in headers. [Pierre-Yves
    Ritschard]