You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,13 @@ This is currently under development and contains bugs. Test in a development env
25
25
26
26
This is a WordPress plugin that allows you to serve your WordPress Media Library files via the [Backblaze B2](https://www.backblaze.com/b2/cloud-storage.html#af9kre) cloud storage service.
27
27
28
+
### Features
29
+
30
+
- Limit offloading by MIME types
31
+
- Option to remove files from origin server
32
+
-[Shortcode](https://github.com/cloudverve/wordpress-cloud-media-offloader-plugin/wiki/Shortcodes) to create hyperlinks
33
+
-:new: CloudFlare support ([more info](https://www.backblaze.com/blog/backblaze-and-cloudflare-partner-to-provide-free-data-transfer/))
34
+
28
35
### Contributing
29
36
30
37
One of the best ways that you can contribute is to help me make it better, either with code or with constructive feedback. Ways to help:
->help_text( __( 'These values can be found by clicking the <em>Show Account ID and Application Key</em> link at the top of the bucket list page in the B2 control panel.', self::$textdomain ) )
->help_text( sprintf( __( 'Allows you to provide a custom URL/alias to replace the standard endpoint link. Useful when using a CDN in front of B2, such as <a href="%s" target="_blank">Cloudflare</a> (<a href="%s" target="_blank">setup instructions</a>).', self::$textdomain ), 'https://www.backblaze.com/blog/backblaze-and-cloudflare-partner-to-provide-free-data-transfer/#af9kre', 'https://help.backblaze.com/hc/en-us/articles/217666928-Using-Backblaze-B2-with-the-Cloudflare-CDN#af9kre' ) ),
msgid"Allows you to provide a custom URL/alias to replace the standard endpoint link. Useful when using a CDN in front of B2, such as <a href=\"%s\" target=\"_blank\">CloudFlare</a>."
0 commit comments