Files
WPS3Media/assets/img/icon/notification-warning.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

11 lines
1.2 KiB
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_405_12496)">
<path d="M15.4065 13.3332L9.17325 1.43332C8.82659 0.779993 8.01993 0.526662 7.37327 0.866658C7.1266 0.986657 6.93327 1.18666 6.80661 1.42665L0.573335 13.3265H0.566668C0.220005 13.9732 0.473336 14.7799 1.12666 15.1199C1.31333 15.2198 1.52666 15.2665 1.73999 15.2665H14.1999C14.9332 15.2665 15.5332 14.6665 15.5332 13.9332C15.5332 13.7132 15.4799 13.4999 15.3799 13.3132L15.4065 13.3332ZM7.3266 5.61528C7.3266 5.24195 7.61993 4.94862 7.99326 4.94862C8.35992 4.94862 8.65992 5.24195 8.65992 5.61528V9.61524C8.65992 9.9819 8.35992 10.2819 7.99326 10.2819C7.61993 10.2819 7.3266 9.9819 7.3266 9.61524V5.61528ZM8.02659 13.2885H8.00659C7.45993 13.2819 7.0066 12.8485 6.9866 12.3085C6.9666 11.7619 7.3866 11.3086 7.93326 11.2886C7.93326 11.2819 7.93993 11.2819 7.94659 11.2819H7.95993C8.49992 11.2819 8.95325 11.7086 8.97325 12.2552C8.99325 12.7952 8.56659 13.2485 8.02659 13.2752C8.01326 13.2752 8.00659 13.2752 7.99993 13.2752L8.02659 13.2885Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_405_12496">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>