Affirm Banner | Q2 2024

added by Latoya

Flash sale: Get up to 30% off themes and extensions. Ends April 26 at 3 pm UTC. Shop the sale.
Product Icon

Amazon S3 Storage for WooCommerce

Serve digital products via 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

0 comments

Log in to comment on this feature request.