Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Wu committed May 2, 2020
1 parent 8946705 commit 3bef903
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GcsFuse-Win is a distributed [FUSE](http://fuse.sourceforge.net) based file syst
* If you are interested in contributing, please contact me via jie1975.wu@gmail.com

## Project Goals
Object storage is one of the most fundamental topic you'll encounter when you decide to start your cloud journey.The main goal of the project is to make azure storage service easy to use for windows box.
Object storage is one of the most fundamental topic you'll encounter when you decide to start your cloud journey.The main goal of the project is to make gcp storage service easy to use for windows box.

## Key Updates:

Expand All @@ -21,7 +21,6 @@ Object storage is one of the most fundamental topic you'll encounter when you de
## Features:
* Implemented these winfsp functions: GetVolumeInfo,SetVolumeLabel, GetSecurityByName, GetFileInfo, open, Create, Read, Write, Cleanup, Close, SetBasicInfo, SetFileSize, CanDelete, Rename, Overwrite, ReadDirectoryEntry, GetDirInfoByName.
* Allow mount multiple buckets (or part of them) as the local folder.
* File’s attribute is cached for better performance, the cache are synchronized via azure queue storage.
* The contents are pre-cached by chunks when there is read operation. This will eliminate the times of http request and increase the performance greatly.
* Gcs resumable uploads are used for the write operation. Data is buffered firstly and then be uploaded if the buffer size exceed the threshold. This also can eliminate the times of http request and increase the performance greatly.
* You can edit the file content on the fly, especially recommend for the small file, It does not need download, edit and then upload.
Expand Down

0 comments on commit 3bef903

Please sign in to comment.