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
684 B
XML
4 lines
684 B
XML
<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M1.11012 0.90498C0.910117 0.70498 0.595117 0.70498 0.400117 0.90498C0.200117 1.09998 0.200117 1.41498 0.400117 1.60998L3.28512 4.49498L0.395117 7.37998C0.195117 7.57498 0.195117 7.88998 0.395117 8.08498C0.590117 8.27998 0.905117 8.27998 1.10012 8.08498L3.98512 5.19498L6.87012 8.07998C7.06512 8.27498 7.38012 8.27498 7.57512 8.07998C7.77012 7.87998 7.77012 7.56498 7.57512 7.36998L4.68512 4.47998L7.57012 1.58998C7.76512 1.38998 7.76512 1.07498 7.57012 0.87998C7.37012 0.67998 7.05512 0.67998 6.86012 0.87998L3.97012 3.76498L1.08012 0.87498L1.11012 0.90498Z" fill="#0073AA"/>
|
|
</svg>
|