-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1996310
commit 696b144
Showing
2 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,42 @@ | ||
=== Backblaze B2 Media Offloader === | ||
Contributors: hendridm | ||
Tags: backblaze,b2,media,uploads,images,cdn | ||
Tags: backblaze,b2,media,uploads,offload,images | ||
Plugin URI: https://github.com/dmhendricks/backblaze-media-offloader | ||
Donate link: https://paypal.me/danielhendricks | ||
Requires at least: 4.0 | ||
Tested up to: 4.9.1 | ||
Requires PHP: 5.6 | ||
Stable tag: 0.7.2 | ||
License: GPL-2.0 | ||
License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
A simple plugin that allows you to serve your WordPress Media Library files via the [Backblaze B2](https://www.backblaze.com/b2/) cloud storage service. | ||
Allows you to serve WordPress Media Library files from the Backblaze B2 cloud storage service. | ||
|
||
== Description == | ||
This plugin allows you to serve your WordPress Media Library files via the Backblaze B2 cloud storage service. | ||
|
||
Your first 10GB are free and $0.005/GB per month after that, a cheaper alternative to Amazon S3. | ||
This plugin allows you to serve your WordPress Media Library files via the [Backblaze B2](https://www.backblaze.com/b2/) cloud storage service. | ||
|
||
= Requirements = | ||
It features to ability to limit offloading to specified MIME types. | ||
|
||
===== Requirements ===== | ||
|
||
* WordPress 4.0 or higher | ||
* PHP 5.6 or higher | ||
|
||
== Installation == | ||
1. Install Backblaze B2 Media Offloader either via the WordPress.org plugin directory, or by uploading the files to your site's plugin directory. | ||
1. Install Backblaze B2 Media Offloader either via the WordPress.org plugin repository or manually by uploading the ZIP through the Add New plugin interface. | ||
2. Activate the plugin. | ||
3. Go to Settings > Backblaze B2 to configure and add your B2 credentials. | ||
3. Go to Settings > Backblaze B2 to configure and add your B2 credentials. You must save your credentials before you can choose a Backblaze B2 bucket. | ||
|
||
== Frequently Asked Questions == | ||
= Q. Will this plugin upload existing media files to my B2 account? = | ||
A. No, it will only act on newly uploaded media. You can, however, upload them yourself to you B2 account and use a plugin to rewrite the URLs. | ||
|
||
== Screenshots == | ||
1. Settings Page | ||
|
||
== Changelog == | ||
Please see the GitHub [Releases](https://github.com/dmhendricks/backblaze-media-offloader/releases) page. | ||
|
||
== Upgrade Notice == | ||
The code has been completely refactored, a new B2 API is being used and some deprecation notices were fixed. |