From 620b55f96f158f78f44ac8de343993858727c9a6 Mon Sep 17 00:00:00 2001 From: vinoyang Date: Thu, 7 Nov 2024 21:04:31 +0800 Subject: [PATCH] Add new feature to feature list (#277) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f9e49d3..25ea873 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ TOSFS builds on [Volcengine TOS Python SDK](https://github.com/volcengine/ve-tos * 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. +* Extended features: + * batch list iterate; + * multiple thread walk; + * support special characters in local path; ## Installation