Backblaze / b2-sdk-java

The official Java SDK for using Backblaze's B2 Storage APIs
Other
93 stars 26 forks source link

Adding storeLargeFileFromLocalContentAsync method to B2StorageClient #145

Closed malaysf closed 3 years ago

malaysf commented 3 years ago

This behaves like storeLargeFileFromLocalContent but returns a cancellable future which will prevent additional tasks from starting and attempt to cancel in-progress API calls.

Addresses #16