Adds a new 'S3-Compatible Storage' provider that works with any
S3-API-compatible object storage service, including MinIO, Ceph,
Cloudflare R2, Backblaze B2, and others.
Changes:
- New provider class: classes/providers/storage/s3-compatible-provider.php
- Provider key: s3compatible
- Reads user-configured endpoint URL from settings
- Uses path-style URL access (required by most S3-compatible services)
- Supports credentials via AS3CF_S3COMPAT_ACCESS_KEY_ID /
AS3CF_S3COMPAT_SECRET_ACCESS_KEY wp-config.php constants
- Disables AWS-specific features (Block Public Access, Object Ownership)
- New provider SVG icons (s3compatible.svg, -link.svg, -round.svg)
- Registered provider in main plugin class with endpoint setting support
- Updated StorageProviderSubPage to show endpoint URL input for S3-compatible
- Built pro settings bundle with rollup (Svelte 4.2.19)
- Added package.json and updated rollup.config.mjs for pro-only builds
4 lines
814 B
XML
4 lines
814 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
<path fill="#E9715E" d="M18,10 C18,14.4182903 14.4182903,18 10,18 C5.58170968,18 2,14.4182903 2,10 C2,5.58170968 5.58170968,2 10,2 C14.4182903,2 18,5.58170968 18,10 Z M8.44661159,14.0190735 L15.3226081,9.20444897 C15.556093,9.04096107 15.6128423,8.71911954 15.4493544,8.48563462 L14.8572865,7.6400739 C14.6938041,7.4065572 14.3719626,7.34980786 14.1384403,7.51332193 L8.5308092,11.4397997 L6.69761473,8.82172664 C6.53412683,8.58824171 6.2122853,8.53149237 5.97876861,8.69497467 L5.13320789,9.28704266 C4.89972296,9.45053056 4.84297362,9.77237209 5.00646152,10.005857 L7.72777106,13.8922898 C7.89128513,14.1258121 8.21309489,14.1825559 8.44661159,14.0190735 L8.44661159,14.0190735 Z" transform="rotate(-10 -2.43 20.43)"/>
|
|
</svg>
|