Product Icon

Amazon S3 Storage for WooCommerce

Deliver your digital products with the speed, scale, and reliability of Amazon S3

Add Backblaze B2 storage support

It would be great to have built-in support for Backblaze B2 storage (compatible with S3). Below is the simple suggested patch that enables B2 storage files simply using “b2” as a region specifier.

Patch to amazon-s3-api.php, line 127:

switch ( $region ) {
case ‘b2’:
return ‘s3.us-west-000.backblazeb2.com’;
break;

Author

lck84

Current Status

Open

Last updated: January 31, 2023

2 comments

Log in to comment on this feature request.

  1. kestrelwp says:
    Product developer May 13, 2025 8:37 pm

    @Ellis Not intentional! Let me check into it, if it’s as simple as modifying the region and pointing the API elsewhere, this should be pretty easy to reinstate.

  2. Ellis Benus says:

    They actually removed this file and have obfuscated the method to make this work, which is really upsetting.