backblaze icon indicating copy to clipboard operation
backblaze copied to clipboard

Backblaze.Agent is a high-performance .NET Core implementation of the Backblaze B2 Cloud Storage API.

Results 25 backblaze issues
Sort by recently updated
recently updated
newest added

I have no easy way to test this... yet. I am working on some code that will eventually be integrated with B2. But, I need this functionality -- the ability...

How do I delete a file?

Thanks for creating this it has made life much better. I have an issue that is probably something I have done but I can't figure it out. This issue does...

Here [link](https://www.backblaze.com/apidocs/b2-list-file-names) it says that you can make folder requests, getting only top level folders by doing: ``` With a prefix of "" (meaning all files), and a delimiter of...

I don't want to specify the keyId and application key when building the service collection but only when I upload a file for example. Is that possible? I still want...

In asp.net core's dependency injection, do I need to connect first? The documentation doesn't seem to mention it!

Optimize performance by multi-threading uploads and downloads by launching multiple threads simultaneously on large file parts.

enhancement

It shouldn't be a requirement to download a file to a local path. There should be the capability of downloading the file to any writable stream. The best (in my...

enhancement