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
8 lines
809 B
XML
8 lines
809 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42">
|
|
<g fill="none" fill-rule="evenodd">
|
|
<circle cx="21" cy="21" r="21" fill="#CDE6FF"/>
|
|
<path fill="#0080FF" d="M20.991018,25.5 C24.1686008,25.5 26.3861811,22.3430894 25.1659222,18.9966179 C24.7122987,17.7521843 23.732563,16.771742 22.4889346,16.3176996 C19.1444868,15.1057191 15.9933165,17.5648144 15.9933165,20.7443199 L13,20.7443199 C13,15.6768859 17.8981261,11.7244241 23.2085984,13.3841347 C25.5260648,14.1135616 27.3780493,15.9576499 28.0980238,18.2768296 C29.7570415,23.5989101 26.0647097,28.5 20.991018,28.5 L20.991018,25.5 Z"/>
|
|
<path fill="#0080FF" d="M18.5,26 L21.5,26 L21.5,23 L18.5003124,23 L18.5,26 Z M16,28.5 L18.5,28.5 L18.5,26 L16,26 L16,28.5 Z M14,26 L16,26 L16,24 L14,24 L14,26 Z"/>
|
|
</g>
|
|
</svg>
|