Huh, I thought it already had this! Must have mixed it up with a different object storage service (maybe DigitalOcean?).<p>I've been using B2 for backup storage for some personal projects. It doesn't necessarily do anything "better" than S3 from what I've seen, but never having to log into AWS's dashboard is a reward enough on its own.<p>They do have a command-line client that's a quick PIP install, so you can do something like:<p><pre><code> b2 upload-file bucket-name /path/to/file remote-filename
</code></pre>
Which is, of course, nice for backups.