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;
Open
Last updated: January 31, 2023
Log in to comment on this feature request.
@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.
They actually removed this file and have obfuscated the method to make this work, which is really upsetting.