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
1.0 KiB
XML
4 lines
1.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
<path fill="#ACBDCB" fill-rule="evenodd" d="M8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 Z M5.87867966,4.46446609 C5.48815536,4.0739418 4.85499039,4.0739418 4.46446609,4.46446609 C4.0739418,4.85499039 4.0739418,5.48815536 4.46446609,5.87867966 L4.46446609,5.87867966 L6.58578644,8 L4.46446609,10.1213203 C4.0739418,10.5118446 4.0739418,11.1450096 4.46446609,11.5355339 C4.85499039,11.9260582 5.48815536,11.9260582 5.87867966,11.5355339 L5.87867966,11.5355339 L8,9.41421356 L10.1213203,11.5355339 C10.5118446,11.9260582 11.1450096,11.9260582 11.5355339,11.5355339 C11.9260582,11.1450096 11.9260582,10.5118446 11.5355339,10.1213203 L11.5355339,10.1213203 L9.41421356,8 L11.5355339,5.87867966 C11.9260582,5.48815536 11.9260582,4.85499039 11.5355339,4.46446609 C11.1450096,4.0739418 10.5118446,4.0739418 10.1213203,4.46446609 L10.1213203,4.46446609 L8,6.58578644 Z"/>
|
|
</svg>
|