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
688 B
XML
4 lines
688 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
|
<path fill="#ACBDCB" d="M15.5,7 L14,7 C13.8603036,4.51102712 12.5656512,0 9.0000303,0 C5.43440937,0 4.13975697,4.51102712 4,7 L3,7 C3,7 2.5,7 2.5,7 C2.5,7 2,7 2,7.5 C2,8 2.5,8 2.5,8 C2.5,8 3,8 3,8 L3.88241609,15 L14.1175839,15 L15,8 L15.5,8 C15.7976351,8 16,7.79607366 16,7.5 C16,7.20392634 15.7976351,7 15.5,7 Z M5,7 C5.12050534,5.37577682 5.74706835,1 9,1 C12.2529316,1 12.8794947,5.37577682 13,7 L5,7 Z M4.16657695,17.5497889 C4.19385589,17.8051787 4.42478936,18 4.70084498,18 L13.2990945,18 C13.5751502,18 13.8060231,17.8051787 13.8333626,17.5497889 L14,16 L4,16 L4.16657695,17.5497889 Z"/>
|
|
</svg>
|