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

4 lines
586 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M5.15926987,8.89259287 L10.0597436,13.8376187 C10.2747731,14.0541271 10.6231553,14.0541271 10.8387279,13.8376187 C11.0537574,13.6211102 11.0537574,13.2694438 10.8387279,13.0529354 L6.32695435,8.50027406 L10.8381849,3.94761276 C11.0532144,3.7311043 11.0532144,3.37943793 10.8381849,3.16238134 C10.6231553,2.94587289 10.2742301,2.94587289 10.0592006,3.16238134 L5.15872687,8.10736145 C4.94700063,8.32163174 4.94700063,8.67882502 5.15926987,8.89259287 Z" transform="rotate(-90 8 8.5)"/>
</svg>