diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-22 10:58:37 -0400 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-22 10:58:37 -0400 |
commit | f4860799429aae0864ec62f3e0650486d02e3ce4 (patch) | |
tree | 61ad7bec85a52937f4ee387c5cfe79e6a5b65090 /report/chapters/1-intr.tex | |
parent | 6b88e3535a04e14a783684909280be8640603c1b (diff) |
update chapter 1, section 1.1.report-draft-3.1
- Emphasize that combox does not use API provided by file storage
providers to sync shards.
Diffstat (limited to 'report/chapters/1-intr.tex')
-rw-r--r-- | report/chapters/1-intr.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/report/chapters/1-intr.tex b/report/chapters/1-intr.tex index fd6abd6..9f32e11 100644 --- a/report/chapters/1-intr.tex +++ b/report/chapters/1-intr.tex @@ -77,10 +77,10 @@ across $N$ node directories; shards \verb+strunk-white.pdf.shard0+ to \label{fig:1-combox-overview-0} \end{figure} -combox does not sync encrypted shards stored in the node directories -to the respective file storage providers' data store. Instead, it -depends on the respective file storage provider's client program to -sync the shards. +combox does not use the API provided by the file storage providers to +sync encrypted shards stored in the node directories to the respective +file storage providers' data store. Instead, it depends on the +respective file storage provider's client program to sync the shards. combox can be used on all of the user's computers. For instance, the user can install combox on their second computer and combox will |