Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

59 lines (39 loc) · 1.47 KB

Baza changelog

All user visible changes to this project will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.2.0 · 2022-08-23

Diff | Milestone

Added

  • S3 API:
    • GetObject method. (#17)
    • Authentication via access and secret keys. (#17)
  • CLI:
    • --access-key option specifying S3 access key. (#17)
    • --secret-key option specifying S3 secret key. (#17)
  • Environment variables:
    • BAZA_ACCESS_KEY specifying S3 access key. (#17)
    • BAZA_SECRET_KEY specifying S3 secret key. (#17)

0.1.0 · 2022-07-27

Milestone

Added

  • S3 API:
    • PutObject method with symlink-to support. (#1)
  • Deployment:
  • CLI:
    • -l, --log-level option specifying logging verbosity level. (#1)
    • -p, --port option specifying port to run on. (#1)
    • -r, --root option specifying directory where all buckets will be stored. (#1)