Linux 软件免费装

Alios Media Offload

开发者 aliosmanyuksel
更新时间 2026年7月2日 20:21
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce cdn amazon s3 cloudflare r2 media offload

下载

1.1.2 1.1.3

详情介绍:

Alios Media Offload moves your WordPress and WooCommerce media to Cloudflare R2 (or any S3-compatible bucket: Wasabi, Backblaze B2, DigitalOcean Spaces, MinIO, and more) and rewrites your site's media URLs to serve from your CDN domain. It signs AWS Signature V4 requests itself and sends them through the WordPress HTTP API — no bundled SDK, tiny footprint, works on PHP 7.4 through 8.3+. Features:

安装:

  1. Upload the plugin to /wp-content/plugins/alios-media-offload and activate it.
  2. Open Alios Offload > Setup Wizard, choose your provider, and enter your credentials, bucket, and Public Base URL.
  3. Click Test connection.
  4. Run Alios Offload > Migration to move existing media.
  5. After migration shows 0 pending, enable Full-page URL rewriting in Settings. For best security, define your credentials in wp-config.php:
define('R2MO_ACCOUNT_ID', '...'); define('R2MO_ACCESS_KEY', '...'); define('R2MO_SECRET_KEY', '...'); define('R2MO_BUCKET', '...'); define('R2MO_ENDPOINT', '...'); // generic S3-compatible only define('R2MO_REGION', '...'); define('R2MO_PUBLIC_BASE', 'https://cdn.example.com');

升级注意事项:

1.1.3 Adds an optional 5-star review reminder (dismissible, shown after a week of active use); no functional changes to offloading. 1.1.2 Fixes the Setup Wizard not saving your settings before the connection test. 1.1.1 Improved WordPress.org compliance: WordPress HTTP API, documented external services, and safer credential storage. 1.1.0 Added cron-based background migration and redesigned admin interface. 1.0.1 Prevent uninstall.php from deleting _r2mo_offloaded post metadata during plugin deletion, preserving offload state on reinstall. 1.0.0 Initial release.

常见问题:

Does it work with Cloudflare R2's zero egress fees?

Yes. Point your Public Base URL at an R2 custom domain (or r2.dev) and your media is served with no egress charges.

Are my secret keys safe?

Define them as wp-config.php constants and they are never stored in the database. Otherwise they are stored in the options table, like most offload plugins.

Will it work with WooCommerce and Woodmart?

Yes. Product and gallery images use the standard media library. The optional full-page rewrite also covers theme and page-builder embedded image URLs.

更新日志:

1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0