\\
BackBlaze supports external integration through an HTTP-based REST API.\\
__Restriction:__ REST API does not support resume on upload and mdtm(File modification time) changes.\\
\\
Create App keys on [https://www.backblaze.com/]\\
[attachments|b2_app_key.png]\\ 
\\
Use the "KeyId"  as username and the applicationKey as password.\\
\\
[attachments|b2_reg_result.png]\\

The url pattern looks like:
{{{
b2://<<KeyId>>:<<applicationKey>>@api.backblazeb2.com/<<Bucket Name>>/
}}}