Files
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

5.3 KiB

Changelog

4.5.0 (2023-11-29)

Features

  • Add auto_populated_fields to google.api.MethodSettings (#74) (d739417)

4.4.0 (2023-10-02)

Features

  • Public google.api.FieldInfo type and extension (#71) (4002074)

4.3.0 (2023-08-22)

Features

  • Add new FieldBehavior value IDENTIFIER (#67) (6c6c21f)

4.2.0 (2023-07-25)

Features

  • Add a proto message to describe the resource_type and resource_permission for an API method (#64) (8a0ff5f)

4.1.0 (2023-05-06)

Features

  • Add ConfigServiceV2.CreateBucketAsync method for creating Log Buckets asynchronously (b18d554)
  • Add ConfigServiceV2.CreateLink method for creating linked datasets for Log Analytics Buckets (b18d554)
  • Add ConfigServiceV2.DeleteLink method for deleting linked datasets (b18d554)
  • Add ConfigServiceV2.GetLink methods for describing linked datasets (b18d554)
  • Add ConfigServiceV2.ListLinks method for listing linked datasets (b18d554)
  • Add ConfigServiceV2.UpdateBucketAsync method for creating Log Buckets asynchronously (b18d554)
  • Add LogBucket.analytics_enabled field that specifies whether Log Bucket's Analytics features are enabled (b18d554)
  • Add LogBucket.index_configs field that contains a list of Log Bucket's indexed fields and related configuration data (b18d554)
  • Log Analytics features of the Cloud Logging API (#60) (b18d554)

4.0.0 (2023-05-01)

⚠ BREAKING CHANGES

  • remove files unknown to owlbot (#59)
  • add owlbot automated updates (#54)

Features

  • Add owlbot automated updates (#54) (6d9134d)
  • Regenerate all common protos from new owlbot config (#58) (5dac653)

Miscellaneous Chores

3.2.0 (2023-01-12)

Features

3.1.0 (2022-10-05)

Features

3.0.0 (2022-07-29)

⚠ BREAKING CHANGES

  • remove longrunning classes from common protos (#41)

Miscellaneous Chores

  • remove longrunning classes from common protos (#41) (e88dd1d)