You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,13 @@ BlobLib is the core libraries of the blobfs and blobfs-win, blobfs is a distribu
11
11
Packaged the core operations of the azure blob storage as a separated library, this will make it easier for supporting different OS platform. This library can also be used alone with various projects.
12
12
13
13
14
-
## Features:
15
-
* New Features since v0.0.4 :
14
+
## Features and Updates:
15
+
### New features since v0.0.4 :
16
+
17
+
* upload and down with multiple threads, more faster and stable.
18
+
* Page blob is full supported.
19
+
20
+
### New features since v0.0.3 :
16
21
17
22
* Support man operations of the container,virtual directory and blob. such as create, delete, list, read, write etc.
18
23
* New extension class of the InputStream and OutputStream. add a new cache layer and is optimized for the blob read and write.
0 commit comments