Show HN: Sss – S3 Client
github.comΒ·1dΒ·
Discuss: Hacker News
πŸ“¦Content Addressing
Preview
Report Post

sss

sss is yet another S3 client. I respect all the existing clients and sss certainly has its own shortcomings, but some reasons for starting the project:

  • Having a single deployable binary.
  • A CLI and config which can handle non-AWS S3 use-cases well (compare).
  • Get somewhat meaningful errors instead of 'NoneType' is not iterable.
  • Having a read-only mode (allowing only safe HTTP methods).
  • Having the S3 feature set I need.
  • Be able to limit the bandwidth.
  • Ergonomic usage, e.g. <bucket> get <object> --sse-c-key=<key> (compare).
  • Hard to misuse (no local file management…

Similar Posts

Loading similar posts...