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
9 lines
763 B
XML
9 lines
763 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
<g fill="none" fill-rule="evenodd">
|
|
<path fill="#0080FF" d="M12.5,18 C16.6001068,18 19.2724918,14.0555992 17.6979642,9.73757151 C17.1126434,8.13185074 15.8484684,6.86676389 14.2437866,6.28090265 C9.92837002,4.71705687 5.86234391,7.8900831 5.86234391,11.9926708 L2,11.9926708 C2,5.45404627 8.32016267,0.354095641 15.172385,2.49565767 C18.1626643,3.43685371 20.5523217,5.8163225 21.4813211,8.80881241 C23.621989,15.6760131 19.046699,22 12.5,22 L12.5,18 Z"/>
|
|
<polygon fill="#0080FF" points="8.5 18 12.5 18 12.5 14 8.5 14"/>
|
|
<polygon fill="#0080FF" points="5.5 21 8.5 21 8.5 18 5.5 18"/>
|
|
<polygon fill="#0080FF" points="3 18 5.5 18 5.5 15.5 3 15.5"/>
|
|
</g>
|
|
</svg>
|