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
897 B
XML
4 lines
897 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
<path fill="#ACBDCB" fill-rule="evenodd" d="M10,0 C15.5228475,0 20,4.4771525 20,10 C20,15.5228475 15.5228475,20 10,20 C4.4771525,20 0,15.5228475 0,10 C0,4.4771525 4.4771525,0 10,0 Z M10,13.5 C9.44771525,13.5 9,13.9477153 9,14.5 C9,15.0522847 9.44771525,15.5 10,15.5 C10.5522847,15.5 11,15.0522847 11,14.5 C11,13.9477153 10.5522847,13.5 10,13.5 Z M10,5 C8.40169643,5 7.09629464,6.16509821 7.00509031,7.63541869 L7,7.8 L8.5,7.8 C8.5,7.03 9.175,6.4 10,6.4 C10.825,6.4 11.5,7.03 11.5,7.8 C11.5,8.136875 11.3736719,8.44695313 11.1561865,8.6880293 L11.0575,8.787 L10.1275,9.669 C9.6325,10.1374167 9.30765625,10.7646458 9.25695313,11.4590272 L9.25,11.65 L9.25,12 L10.75,12 C10.75,11.02 11.044,10.5888 11.52224,10.1202003 L11.6275,10.019 L12.3025,9.375 C12.73,8.976 13,8.416 13,7.8 C13,6.253 11.6575,5 10,5 Z"/>
|
|
</svg>
|