Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 2.22 KB

README.md

File metadata and controls

19 lines (11 loc) · 2.22 KB

Backblaze B2 Quick Start - Using Python with the Backblaze S3 Compatible API

This is the code repository for a working sample application for the developer self training series "Backblaze B2 Quick Start - Using Python with the Backblaze S3 Compatible API". It contains all Python code files necessary to implement all of the Backblaze B2 API calls demonstrated in the Quick Start.

Backblaze B2 Developer Quick Starts

Backblaze B2 Developer Quick Starts provide developers an "instant on" experience for making read-only API calls against Backblaze B2 cloud storage. Plus working source code and simple guided instructions for making create, write and delete API calls against Backblaze B2 cloud storage.

For learning, Backblaze B2 Developer Quick Starts provide developers the following four integrated resources. Developers can use any one, or any combination of all four as best fits each developer's style.

RESOURCES:

  1. Sample Application – Open Source and shared on GitHub for you to download. Link for GitHub repository is here.

  2. Video Code Walkthroughs of Sample Application – For you to share and rewatch on demand on YouTube. The playlist for related videos is here.

  3. Hosted Sample Data – A media application with application keys shared for read-only access. The sample media application is hosted in a Backblaze B2 bucket configured with PUBLIC access. You can preview the media application here. (Navigate with left/right arrows, or selecting thumbnails along bottom.)

  4. Guided Instructions – Detailed guided instructions for the full series are published here. These instructions guide you how to download the sample code, run it yourself, and then use the code as you see fit. Including incorporating it into your own applications.

If you want to learn the ins-and-outs of Backblaze B2 cloud storage and how to implement solutions with it using Python then this Backblaze B2 Developer Quick Start is for you.