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
1 line
2.2 KiB
XML
1 line
2.2 KiB
XML
<svg id="ede0ezl4p8361" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><style><![CDATA[#ede0ezl4p8365_ts {animation: ede0ezl4p8365_ts__ts 2000ms linear 1 normal forwards}@keyframes ede0ezl4p8365_ts__ts { 0% {transform: translate(11px,11px) scale(0.500000,0.500000);animation-timing-function: cubic-bezier(0.420000,0,1,1)} 30% {transform: translate(11px,11px) scale(1,1)} 100% {transform: translate(11px,11px) scale(1,1)} }#ede0ezl4p8365 {animation: ede0ezl4p8365_c_o 2000ms linear 1 normal forwards}@keyframes ede0ezl4p8365_c_o { 0% {opacity: 0} 20% {opacity: 1} 100% {opacity: 1} }#ede0ezl4p8367 {animation: ede0ezl4p8367_s_do 2000ms linear 1 normal forwards}@keyframes ede0ezl4p8367_s_do { 0% {stroke-dashoffset: 10} 65% {stroke-dashoffset: 10} 90% {stroke-dashoffset: 0} 100% {stroke-dashoffset: 0} }#ede0ezl4p8368 {animation: ede0ezl4p8368_s_do 2000ms linear 1 normal forwards}@keyframes ede0ezl4p8368_s_do { 0% {stroke-dashoffset: 10} 40% {stroke-dashoffset: 10} 65% {stroke-dashoffset: 0} 100% {stroke-dashoffset: 0} }]]></style><defs><circle id="ede0ezl4p8362" r="11"/></defs><g id="ede0ezl4p8363"><g id="ede0ezl4p8364"><g id="ede0ezl4p8365_ts" transform="translate(11,11) scale(0.500000,0.500000)"><path id="ede0ezl4p8365" d="M22,11C22,17.076480,17.074706,22,11,22C4.925294,22,0,17.076480,0,11C0,4.927069,4.925294,0,11,0C17.074706,0,22,4.927069,22,11Z" transform="translate(-11,-11)" opacity="0" fill="rgb(255,99,138)" stroke="none" stroke-width="1"/></g></g><g id="ede0ezl4p8366" transform="matrix(1 0 0 1 7.50000000000000 7.50000000000000)"><line id="ede0ezl4p8367" x1="7.071068" y1="0" x2="0" y2="7.071068" fill="none" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-dashoffset="10" stroke-dasharray="10"/><line id="ede0ezl4p8368" x1="7.071068" y1="0" x2="0" y2="7.071068" transform="matrix(-1 0 0 1 7.07107000000000 0)" fill="none" fill-rule="evenodd" stroke="rgb(255,255,255)" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-dashoffset="10" stroke-dasharray="10"/></g></g></svg> |