Skip to content

Commit

Permalink
Add features to README file (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua authored Oct 10, 2024
1 parent af50d34 commit 3ae4d82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
push:
paths-ignore:
- '*.md'
- 'README.md'
- 'pyproject.toml'
- 'poetry.lock'
- 'Makefile'
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

TOSFS builds on [Volcengine TOS Python SDK](https://github.com/volcengine/ve-tos-python-sdk) to provide a convenient Python filesystem interface for [TOS(Tinder Object Storage)](https://www.volcengine.com/docs/6349/74820).

## Features

* Excellent 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).

## Installation(TODO)

You can install tosfs via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/):
Expand Down
Binary file added tosfs.zip
Binary file not shown.

0 comments on commit 3ae4d82

Please sign in to comment.