Linux 软件免费装
Banner图

Advanced Media Offloader

开发者 masoudin
wpfitter
bahreynipour
更新时间 2024年12月14日 13:42
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.5.0 2.0.0 2.0.1 2.0.2 1.1.0 1.2.0 2.0.3 1.4.1 1.4.5 1.5.2 1.4.4 1.5.1 2.1.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');
  9. For Amazon S3, add the following to wp-config.php: define('ADVMO_AWS_KEY', 'your-access-key'); define('ADVMO_AWS_SECRET', 'your-secret-key'); define('ADVMO_AWS_BUCKET', 'your-bucket-name'); define('ADVMO_AWS_REGION', 'your-bukcet-region'); define('ADVMO_AWS_DOMAIN', 'your-domain-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, Amazon S3 & MinIO, but we are working on adding support for other cloud storage platforms.

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

They will remain on your server and be served from there. You can choose to bulk offload them to cloud storage if needed.

How does the plugin handle loading images from cloud storage?

The plugin automatically detects and rewrites URLs for uploaded files, enabling them to be served directly from cloud storage.

What happens to my files after offloading them to cloud storage?

After offloading to the cloud, files remain on your server by default. However, in the plugin settings, you can enable “Smart Local Cleanup” to retain only the original file after offloading, or select “Full Cloud Migration” to remove all local files.

What happens if I remove a media file from the WordPress Media Library?

If the “Mirror Delete” option is enabled in the plugin settings, the corresponding file will also be removed from cloud storage. Otherwise, the file will remain in cloud storage even after being deleted from the WordPress Media Library.

更新日志:

2.1.0 2.0.3 2.0.2 2.0.1 2.0.0 1.6.0 1.5.2 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