certainmagic

Results 31 comments of certainmagic

The SDK is designed to handle InputStreams -- see the ContentSource abstraction. The Apache-HttpClient-based implementation is does streaming. We have a new OkHttp implementation that's intended for use on Android,...

Today, the SDK is set up such that clients always provide data to the SDK using InputStreams. I'm still thinking about if/how that might be able to change in the...

Thanks. The SDK can be used with different implementations of an interface called B2WebApiClient ; see the "Structure " section of the README for some more info. Here at Backblaze,...

Mark is running an experiment internally using a web client implemented on the normal java UrlConnection classes. (see the urlCxnExperiment branch.) I'm not enough of an expert on Android to...

Thanks, 2fours. Your info is spot on. We're looking into maybe supporting old Android API levels. thanks, ab

Hi Bruce -- Great question. As you point out, there's definitely an API for uploading parts and we definitely have code in the SDK that does that. It could be...

Hi Bruce -- Ok. You said the magic words -- you're willing to sign up for doing the retry logic. :) Take a look at B2StorageClientWebifierImpl. It's the class responsible...

Thanks, Bruce. I need to involve the developer who worked on the large file stuff most recently. We'll take a look. ttfn, ab On Tue, Dec 10, 2019 at 1:46...

Hi Bruce -- Thanks for making that version. I'd like to be able to figure out the right way to add this feature and my first stab or two got...

hi -- btw, i haven't forgotten about this. i took a few stabs at making a clean version in mid-December, but haven't gotten anything good yet. it could be a...