Files
WPS3Media/assets/img/icon/provider/storage/gcp-round.svg
Malin 3248cbb029 feat: add S3-compatible storage provider (MinIO, Ceph, R2, etc.)
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
2026-03-03 12:30:18 +01:00

12 lines
1.7 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 42 42">
<g fill="none" fill-rule="evenodd">
<circle cx="21" cy="21" r="20.5" fill="#FFF" stroke="#E4E4E4"/>
<g fill-rule="nonzero" transform="translate(12 14)">
<path fill="#FF3E3A" d="M13.8910033,2.78928954 L14.5,2.01018449 C11.5196054,-0.949010824 6.28188717,-0.586342311 3.59518837,2.73744564 C2.84889539,3.66060415 2.2952392,4.8115227 2,6 L2.58577457,5.90987508 L5.85677799,5.32089305 L6,5 C7.45502876,3.25512368 10.3199956,3.01920567 12,4.50381918 L13.8910033,2.78928954 Z"/>
<path fill="#1B95FF" d="M14.5,2 L12,4.5 C12.984163,5.27567565 13.5864176,6.19236274 13.5623882,7.41799649 L13.5623882,7.81706347 C14.7079665,7.81706347 15.6367573,8.7128767 15.6367573,9.81786898 C15.6367573,10.9229332 14.6455783,12 13.5,12 L9.5,12 L9,12 L9,15 L9.40790378,14.9998372 L13.5623882,14.9998372 C16.5421902,15.0222236 18.9766281,12.7328431 18.9998367,9.85861067 C19.0138663,8.11643568 18.1233584,6.48316913 16.6272635,5.50709621 C16.2455533,4.15124743 15.5896091,2.93237998 14.5,2 Z"/>
<path fill="#0FB659" d="M9,14.999959 L9,11.9999993 L6,11.9999993 C4.5,11.9999993 4,11.4999993 4,11.4999993 L3,12.4999993 L2,13.4999993 L1.5,13.9999993 C2.38642684,14.605621 3.88926844,15.00434 5,14.9999993 L9,14.999959 Z"/>
<path fill="#FFCD3E" d="M9.11757497e-05,10.0503409 C0.00933482501,11.5986523 0.271567664,13.0561397 1.5,14 L4,11.5 C3.0276098,11.0610873 2.56068341,9.97142684 3,9 C3.43924709,8.02857316 4.5277488,7.56115671 5.5,8 C5.92847442,8.19338268 6.30643937,8.57198892 6.5,9 L9,6.96809175 C8.0463751,5.72259616 6.56461118,4.99440793 4.99506733,5.00003234 C2.21981802,5.0165584 -0.0164500913,7.27771235 9.11757497e-05,10.0503409 Z"/>
</g>
</g>
</svg>