Earlier quoted context omitted.
I tried s3cmd according to their blog post without success. Just kept complaining that the access key was invalid. Which is a shame because `s3cmd` is much easier to use than `b2`.
Yev here -> make sure you ping our b2feedback@backblaze.com address and let us know about that experience, we're writing it all down and keeping tabs on what's not working as intended.
Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
291–293 of 293 posts
Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#292Earlier quoted context omitted.
What about 0.1gb, 0.5gb? I guess that's my question. Is this a minimum charge per download?
Yev here -> No there's no minimum charges for downloads, it's just $0.01/GB down and $0.005/GB/Mo for storage, but everything is calculated on a byte hour level :)
Re: Backblaze B2 Cloud Storage Now Has S3 Compatible APIs
#293Earlier quoted context omitted.
I really wish the B2 client support uploading file from Unix pipe. It would be nice to be able to archive a huge directory into a tar.bz archive and directly pipe the result into the B2 client without having to save the archive into disk first. Currently I have to save the tar.bz archive to disk first before uploading to balance. Took several hours to do so (huge spinning disks array, not as fast as ssd), while uploa…
Can you use process substitution? b2 upload_file bucket The argument the command sees will be something like "/dev/fd/42", and the shell will provide the output of tar through that file.