Feature Requests
-
Please Add a default region, bucket and path to Configuration
Please add a default region, bucket and a default path to the configuration of the plugin. It makes it easier to specify download locations if such information does not have to be repeated. For example, the current version is: [amazon_s3 bucket=my_files object=default/downloads/test/test.zip region=us-east-1] If you have defaults the same command would be: [amazon_s3 object=test/test.zip] This […]- 1 comment
-
Planned
-
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;- 0 comments
-
Open