Articla media offload lite for oracle cloud infrastructure
开发者 |
Articla79
|
更新时间 |
2025年9月20日 04:05 |
PHP版本: |
7.0 及以上 |
WordPress版本: |
6.8 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
This plugin uploads your WordPress media files to Oracle Cloud Infrastructure (OCI) Object Storage using the S3-compatible API (path-style). It can replace attachment URLs to serve files directly from Object Storage.
安装:
- Install and activate the plugin.
- Go to Media → OCI Offload (or Settings → OCI Offload) and fill in Region, Namespace, Access Key, Secret Key, and Bucket.
- Enable "Offload new uploads" and optionally "Keep local copy".
更新日志:
1.3.3
- Fix Bugs
- UX improvement
- Admin JS moved from inline to enqueued file to comply with wp.org guidelines.
1.3.2
- Backfill UX: show "Backfill in progress..." while running and add a Stop button to cancel remaining batches.
1.3.1
- S3 signing aligned with
mc
: removed extra region headers and always send explicit Content-Length
to avoid 403/SignatureDoesNotMatch on OCI.