From eb4dbae7df13d2cee2f64373b84dda5eb6b1368e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 19 Feb 2026 17:47:51 -0800 Subject: [PATCH] Move note to top and reword as a to-do list for SeaweedFS --- Supported-APIs-vs-Minio.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Supported-APIs-vs-Minio.md b/Supported-APIs-vs-Minio.md index 100cf3f..cd202e3 100644 --- a/Supported-APIs-vs-Minio.md +++ b/Supported-APIs-vs-Minio.md @@ -1,5 +1,8 @@ # S3 API Comparison: SeaweedFS vs MinIO +> [!NOTE] +> This page serves as a to-do list for SeaweedFS as we continue to add more S3 APIs to improve compatibility and functionality. + This page compares the S3 API implementation in SeaweedFS with MinIO. ## Comparison Summary @@ -67,6 +70,3 @@ This page compares the S3 API implementation in SeaweedFS with MinIO. | `s3:GetBucketTagging` | ✅ | ✅ | | `s3:PutBucketOwnershipControls` | ✅ | ❌ (Rejected) | | `s3:GetPublicAccessBlock` | ✅ | ❌ (Rejected) | - -> [!NOTE] -> SeaweedFS is actively working to add more S3 APIs to improve compatibility and functionality.