Files
WPS3Media/assets/img/icon/offload-complete.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

13 lines
1.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" viewBox="0 0 48 48">
<defs>
<circle id="offload-complete-a" cx="24" cy="24" r="20"/>
</defs>
<g fill="none" fill-rule="evenodd">
<mask id="offload-complete-b" fill="#fff">
<use xlink:href="#offload-complete-a"/>
</mask>
<use fill="#52AA59" xlink:href="#offload-complete-a"/>
<path fill="#FFF" fill-rule="nonzero" d="M23.3372355,28.543907 C22.702501,29.152031 21.6725892,29.152031 21.0381611,28.543907 L17.4760509,25.1311341 C16.8413164,24.5233036 16.8413164,23.5365696 17.4760509,22.9287391 C18.110479,22.3206152 19.1403908,22.3206152 19.7751253,22.9287391 L21.8974421,24.9617868 C22.0576574,25.1149918 22.3177392,25.1149918 22.4782609,24.9617868 L28.2248747,19.456093 C28.8593029,18.847969 29.8892147,18.847969 30.5239491,19.456093 C30.8287565,19.7481216 31,20.1443414 31,20.5572904 C31,20.9702395 30.8287565,21.3664593 30.5239491,21.6584879 L23.3372355,28.543907 Z" mask="url(#offload-complete-b)"/>
</g>
</svg>