Brian Beach

Results 78 comments of Brian Beach

I agree that this would be a useful feature. Not sure of the priority. What, exactly, would this feature do? It will not be able to replicate the upload times...

My opinion is that it's reasonable to assume that the user of the account is the "same person" for the purposes of hiding information. If you're in the same account,...

I hadn't thought about class initialization before. Apparently you can use reflection on a class, like `B2Json` does, without triggering initialization. But when you try and create an instance, it...

I'm missing something. I thought the proposal was to compare the hash of the file being uploaded with the latest version of the file with the same name in B2....

We should update the CLI to set `large_file_sha1`.

I'm fine with adding the API. We already have `b2_list_parts`, but it returns an error if you call it on a file that has been finished. It may be as...

These errors are both normal, an the command-line-tool should be retrying. If it's not retrying enough, we can fix it. Did the sync give up on those files?

Looking through the code, I think that the retry code could be improved. I'll try to get to it today or tomorrow. Some errors can be retried by getting a...

The "Tome is overly busy" message is a sign that the load balancing among the B2 servers at Backblaze is not working right. We'll do our best to get it...