Back up Android photos to Wasabi with Breazzy

Updated May 2026 · ~10 minutes

TL;DR.

Create a private Wasabi bucket, generate an Access Key scoped to that bucket, and paste the endpoint, Access Key, Secret Key, and bucket name into Breazzy. Cost: about $0.69 per 100 GB per month. No egress fees, ever. 30-day / 1 TB free trial available.

What you need

Step 1 — Sign up and start the free trial

  1. Go to wasabi.com and create an account.
  2. The 30-day free trial gives you up to 1 TB of storage at no charge. No credit card is required to start the trial.
  3. After the trial, billing switches to $6.99/TB/month — no egress fees, no API fees.

Step 2 — Create a bucket

  1. Sign in to the Wasabi console at console.wasabisys.com.
  2. Click Create Bucket. Give the bucket a name (e.g. my-breazzy-photos). Bucket names must be globally unique.
  3. Choose the region closest to you. Note which region you pick — you will need the matching endpoint in the next step.
  4. Leave access set to Private. Click Create Bucket.

The S3 endpoint URL depends on the region you chose:

Write down your endpoint — you will paste it into Breazzy later.

Step 3 — Create an Access Key

  1. In the Wasabi console, go to Account → Access Keys.
  2. Click Create New Access Key.
  3. Wasabi will display the Access Key and Secret Key exactly once. Copy both immediately and store them somewhere safe — Wasabi will not show the Secret Key again. If you lose it, delete the key and create a new one.

Unlike some providers, Wasabi IAM keys are not scoped to a single bucket at creation time. The key will have access to all buckets in your account, so keep it private.

Step 4 — Configure Breazzy

  1. Open Breazzy on your phone. On the sync screen, tap Add destination.
  2. Choose Custom S3 from the provider list.
  3. Fill in the four fields:
    • Endpoint — the hostname for your bucket's region, e.g. s3.wasabisys.com. No https:// prefix, no bucket name.
    • Access Key — paste your Wasabi Access Key.
    • Secret Key — paste your Wasabi Secret Key.
    • Bucket — the bucket name from step 2.
  4. Tap Test connection. Breazzy will PUT a 1-byte object and immediately delete it. A green check means you are connected.
  5. Tap Save.

Step 5 — Select albums and start the first backup

  1. On the Photos tab, pick the albums you want to back up. Most people start with Camera only.
  2. Plug the phone into a charger and connect to Wi-Fi. A 50 GB library takes 60–90 minutes on a typical home upload link.
  3. Tap Back Up Now. A foreground notification will show progress. You can lock the phone; the upload continues.
  4. Once finished, set the sync mode to Background / Wi-Fi only and Breazzy will handle new photos automatically.

Wasabi-specific gotchas

What does Wasabi cost?

Wasabi charges a flat $6.99 per TB per month. There are no egress fees and no API request fees.

Prices verified May 2026. See the full pricing breakdown to compare Wasabi with other providers.

Verifying your photos are there

After the first backup, open the Wasabi console and browse your bucket — your photos will appear as objects with their original filenames. To verify from a desktop, install rclone, configure it with your Wasabi Access Key and Secret Key, and run rclone ls wasabi:your-bucket | head.

Frequently asked

Does Wasabi have a free tier?

Wasabi offers a 30-day / 1 TB free trial with no credit card required. After the trial, all storage is billed at $6.99/TB/month — there is no permanent free tier. If you want free storage forever, Backblaze B2 offers 10 GB free indefinitely.

Why does the 90-day minimum matter for photo backup?

For a typical photo library, you add photos but rarely delete them from your backup. So the 90-day minimum almost never costs you extra. It would matter if you were using the bucket for frequently-changing data like build artifacts or logs — but for photos, ignore it.

What if I lose my phone?

Your photos remain safe in Wasabi. To stop uploads from the lost device, delete the Access Key in the Wasabi console. Reinstall Breazzy on a new phone, create a new Access Key, and continue from where you left off.

Can I use the same bucket on multiple phones?

Yes. Use the same endpoint, Access Key, and bucket name in Breazzy on each device. To avoid filename collisions, set a per-device folder prefix in the destination settings (e.g. phone-alice/ and phone-bob/).

How does Wasabi compare to Backblaze B2?

Wasabi ($6.99/TB) is slightly more expensive than B2 ($6/TB) but charges zero egress fees with no monthly cap. B2 gives free egress up to 3× your stored data, which is fine for backup. Wasabi has no permanent free tier; B2 gives 10 GB free forever. See the B2 setup guide and provider comparison for a full breakdown.