From bc16f6f643955437d29a5109b44243c5ea644578 Mon Sep 17 00:00:00 2001 From: vinoyang Date: Fri, 18 Oct 2024 14:34:35 +0800 Subject: [PATCH] Add append to feature list (#225) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be96f31..5a81cb2 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@ TOSFS builds on [Volcengine TOS Python SDK](https://github.com/volcengine/ve-tos ## Features -* Excellent write performance (optimized by multi-threading and multi-disk staging). +* Excellent read/write performance (optimized by multi-threading and multi-disk staging). * Solid stability (fine-grained judgment on response codes for TOS services). * Outstanding compatibility (cross-validation completed on the version matrix of four Python versions and two fsspec versions). * TOS HNS (Hierarchical NameSpace) Bucket support (in adaptation and verification). +* Native [append API](https://www.volcengine.com/docs/6349/74863) support. ## Installation