Skip to content

Commit f7f7c21

Browse files
Merge pull request #3477 from tinswzy/add_wp_minio_compatibility_matrix
docs: add object storage compatibility matrix to Woodpecker guide
2 parents 11529c7 + 656325d commit f7f7c21

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

site/en/adminGuide/use-woodpecker.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,28 @@ Notes:
9696
- With `minio`, Woodpecker shares the same object storage with Milvus (MinIO/S3/GCS/OSS, etc.).
9797
- With `local`, a single‑node local disk is only suitable for Standalone. If all pods can access a shared file system (e.g., NFS), Cluster mode can also use `local`.
9898

99+
## Object storage compatibility for `storage.type=minio`
100+
101+
The following matrix summarizes the currently known compatibility of object storage backends when Woodpecker is configured with `storage.type=minio`. This information is based on [GitHub Discussion #150](https://github.com/zilliztech/woodpecker/discussions/150).
102+
103+
| Provider / service | Status | Notes |
104+
| ------------------ | ------ | ----- |
105+
| Azure Blob Storage | Supported | Uses the native Azure SDK. |
106+
| AWS S3 | Supported | Native S3 with full Conditional Write support. |
107+
| MinIO (`>= 2024-12`) | Supported | Full S3 Conditional Write support. |
108+
| Aliyun OSS | Supported | Supported through its S3-compatible interface. |
109+
| Tencent COS | Supported | Supported through its S3-compatible interface. |
110+
| Google Cloud Storage (GCS) | Supported | Supported through S3 interoperability mode. |
111+
| Huawei Cloud OBS | Unsupported | Lacks the required Conditional Write semantics. |
112+
| VAST Data | Supported | Verified by the community; works with non-versioned buckets only. |
113+
| Other S3-compatible storage | Partial | Depends on full support for S3 Conditional Write semantics. |
114+
115+
Notes:
116+
117+
- Compatibility depends on native SDK support or support for S3 Conditional Write semantics.
118+
- If you self-host MinIO for Woodpecker, use `RELEASE.2024-12-18T13-15-44Z` or later.
119+
- This matrix reflects [the current discussion](https://github.com/zilliztech/woodpecker/discussions/150) and may evolve as backend support is validated further.
120+
99121
## Deployment guides
100122

101123
### Enable Woodpecker for a Milvus Cluster on Kubernetes (Milvus Operator, storage=minio)

0 commit comments

Comments
 (0)