remotely-save/docs/remote_services/s3_backblaze_b2
vardecab 81eb45d32c
add Backblaze B2 (#418)
add Backblaze B2
2024-01-10 00:57:38 +08:00
..
README.md add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-1-bucket.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-2-create_bucket.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-3-copy.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-4-app_keys.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-5-add_new_app_keys.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-6-app_keys_copy.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-7-copy_paste.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-8-cors.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-9-check_connectionpng.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00
s3_backblaze_b2-10-sync.png add Backblaze B2 (#418) 2024-01-10 00:57:38 +08:00

Backblaze B2

https://www.backblaze.com/cloud-storage

Steps

  1. Create a Backblaze account on this page. Credit card info is not required. Backblaze B2 offers 10 GB of free storage.

  2. Create a bucket, you can leave the default settings:

  3. Copy Endpoint, eg. s3.us-east-005.backblazeb2.com — it'll be used later.

  4. Copy bucketname near the 🪣 icon — it'll be used later.

  5. Go to Application Keys:

  6. Add a new key:

  7. Save keyID and applicationKey — they will be used later.

  8. Go to Remotely Save settings in Obsidian and:

    • Choose S3 or compatibile in Remote Service:
    • Copy Endpoint from Backblaze (see 3. above) to Endpoint in Remotely Save
    • From endpoint take region (eg. us-east-005) and paste it in endpoint in Remotely Save
    • Copy keyID (see 7. above) to Access Key ID in Remotely Save
    • Copy applicationKey (see 7. above) to Secret Access Key in Remotely Save
    • Copy bucketname (see 4. above) to Bucket Name in Remotely Save
  9. Enable CORS:

  10. Click Check in Check Connectivity to see if you can connect to B2 bucket:

  11. Sync!