Files
WPS3Media/assets/img/icon/tool-offload-default.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.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="42px" height="42px" viewBox="0 0 42 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>icon/tools/tool-offload-default</title>
<g id="icon/tools/tool-offload-default" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<circle id="Oval" fill="#E4EAF1" cx="21" cy="21" r="21"></circle>
<g id="image" transform="translate(13.000000, 20.000000)" fill="#87A2C2" fill-rule="nonzero">
<path d="M14.5,12 L1.5,12 C0.6715625,12 0,11.3284375 0,10.5 L0,1.5 C0,0.6715625 0.6715625,0 1.5,0 L14.5,0 C15.3284375,0 16,0.6715625 16,1.5 L16,10.5 C16,11.3284375 15.3284375,12 14.5,12 Z M3.5,1.75 C2.5335,1.75 1.75,2.5335 1.75,3.5 C1.75,4.4665 2.5335,5.25 3.5,5.25 C4.4665,5.25 5.25,4.4665 5.25,3.5 C5.25,2.5335 4.4665,1.75 3.5,1.75 Z M2,10 L14,10 L14,6.5 L11.2651563,3.76515625 C11.1187188,3.61871875 10.8812813,3.61871875 10.7348125,3.76515625 L6.5,8 L4.76515625,6.26515625 C4.61871875,6.11871875 4.38128125,6.11871875 4.2348125,6.26515625 L2,8.5 L2,10 Z" id="Shape"></path>
</g>
<polygon id="Path" fill="#87A2C2" transform="translate(21.000000, 12.000000) scale(1, -1) translate(-21.000000, -12.000000) " points="27 11 24 11 24 7 18 7 18 11 15 11 21 17"></polygon>
</g>
</svg>