Files
WPS3Media/assets/img/icon/provider/delivery/aws-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

26 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="21" fill="#FFD5D5"/>
<g fill-rule="nonzero" transform="translate(13 10)">
<polygon fill="#922317" points="14 8.5 16 9 12 9.5 10 9"/>
<polyline fill="#BC3B2D" points="10 9 14 8.5 14 4.053 13.973 4 10 4.973 10 9"/>
<polygon fill="#F96656" points="14 8.5 14 4 16 4.974 16 9"/>
<polygon fill="#922317" points="2 8.5 0 9 4 9.5 6 9"/>
<polygon fill="#BC3B2D" points="2 8.5 2 4 0 5 0 8.995"/>
<polygon fill="#F96656" points="6 9 2 8.5 2 4 6 5"/>
<polygon fill="#922317" points="4 7.5 8 6.5 12 7.5 8 8.5"/>
<polygon fill="#BC3B2D" points="4 7.5 8 6.5 8 0 4 2"/>
<polygon fill="#F96656" points="12 7.5 8 6.5 8 0 12 2"/>
<polygon fill="#FF9489" points="14 12.5 16 13 12 13.5 10 13" transform="matrix(1 0 0 -1 0 26)"/>
<polygon fill="#BC3B2D" points="10 18 14 17.5 14 13.053 13.973 13 10 13.973 10 18" transform="matrix(1 0 0 -1 0 31)"/>
<polygon fill="#F96656" points="14 17.5 14 13 16 13.974 16 18" transform="matrix(1 0 0 -1 0 31)"/>
<polygon fill="#FF9489" points="2 12.5 0 13 4 13.5 6 13" transform="matrix(1 0 0 -1 0 26)"/>
<polygon fill="#BC3B2D" points="2 17.5 2 13 0 14 0 17.995" transform="matrix(1 0 0 -1 0 30.995)"/>
<polygon fill="#F96656" points="6 18 2 17.5 2 13 6 14" transform="matrix(1 0 0 -1 0 31)"/>
<polygon fill="#FF9489" points="4 14.5 8 13.5 12 14.5 8 15.5" transform="matrix(1 0 0 -1 0 29)"/>
<polygon fill="#BC3B2D" points="4 22 8 21 8 14.5 4 16.5" transform="matrix(1 0 0 -1 0 36.5)"/>
<polygon fill="#F96656" points="12 22 8 21 8 14.5 12 16.5" transform="matrix(1 0 0 -1 0 36.5)"/>
</g>
</g>
</svg>