Linux 软件免费装
Banner图

Advanced Media Offloader

开发者 masoudin
wpfitter
bahreynipour
更新时间 2024年11月17日 12:41
PHP版本: 8.1 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

media s3 digitalocean cloudflare offload

下载

1.3.0 1.4.0 1.4.2 1.0.0 1.4.3 1.4.5 1.4.4 1.5.0 1.4.1 1.5.1 1.1.0 1.2.0

详情介绍:

Advanced Media Offloader automatically uploads media attachments from your WordPress site to an S3-compatible cloud storage, replacing the URLs appropriately to serve the media from the cloud. This can help reduce server load, increase page speed, and optimize media delivery.

安装:

  1. In your WordPress admin panel, go to Plugins > Add New.
  2. Search for "Advanced Media Offloader" and click "Install Now".
  3. Once installed, click "Activate" to enable the plugin.
  4. After activation, go to "Media Offloader" in the WordPress dashboard to access the plugin settings.
  5. To configure the plugin, you need to add your S3-compatible cloud storage credentials to your wp-config.php file using constants. Here are examples for different providers:
  6. For Cloudflare R2, add the following to wp-config.php: define('ADVMO_CLOUDFLARE_R2_KEY', 'your-access-key'); define('ADVMO_CLOUDFLARE_R2_SECRET', 'your-secret-key'); define('ADVMO_CLOUDFLARE_R2_BUCKET', 'your-bucket-name'); define('ADVMO_CLOUDFLARE_R2_DOMAIN', 'your-domain-url'); define('ADVMO_CLOUDFLARE_R2_ENDPOINT', 'your-endpoint-url');
  7. For DigitalOcean Spaces, add the following to wp-config.php: define('ADVMO_DOS_KEY', 'your-access-key'); define('ADVMO_DOS_SECRET', 'your-secret-key'); define('ADVMO_DOS_BUCKET', 'your-bucket-name'); define('ADVMO_DOS_DOMAIN', 'your-domain-url'); define('ADVMO_DOS_ENDPOINT', 'your-endpoint-url');
  8. For MinIO, add the following to wp-config.php: define('ADVMO_MINIO_KEY', 'your-access-key'); define('ADVMO_MINIO_SECRET', 'your-secret-key'); define('ADVMO_MINIO_BUCKET', 'your-bucket-name'); define('ADVMO_MINIO_DOMAIN', 'your-domain-url'); define('ADVMO_MINIO_ENDPOINT', 'your-endpoint-url');

屏幕截图:

  • Attachment details page - View the offload status of individual media files.

升级注意事项:

1.5.1 This update improves the Bulk offload process 1.5.0 This update introduces support for Amazon S3, a new cloud storage provider. Please update to access these new features and bug fixes. 1.4.0 This update introduces a bulk offload feature, fixes the subdir path for non-image files, and includes UI improvements. Please update to access these new features and bug fixes. 1.3.0 This update introduces UI improvements and bug fixes. Please update to access these new features and bug fixes. 1.2.0 This update introduces MinIO support, local file deletion options, UI improvements, and offload status in Media Library. Please update to access these new features and bug fixes. 1.1.0 This update improves the code base and adds support for DigitalOcean Spaces. Update recommended for all users. 1.0.0 Initial release. Please provide feedback and report any issues through the support forum.

常见问题:

Does this plugin support other cloud storage platforms?

Currently, the plugin supports only Cloudflare R2 DigitalOcean Spaces & MinIO, but we are working on adding support for other cloud storage platforms such as Amazon S3 and more.

What happens to the media files already uploaded on my server?

They will remain on your server, and they will be served from your server.

How does the plugin handle media files that are already uploaded to my cloud storage?

The plugin will automatically detect and rewrite URLs for these files, so they can be served from the cloud storage.

What happens to media files uploading to my cloud storage?

By default, uploaded files remain on your server after offloading. However, you can now choose to delete local files after successful upload to the Cloud Storage via the settings page. Note that even if you opt for deletion, the original file is always kept on the server for backup. Only custom-sized versions are removed locally when this option is enabled.

更新日志:

1.5.1 1.5.0 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0