33
edits
EdenChuang (talk | contribs) No edit summary |
EdenChuang (talk | contribs) No edit summary |
||
| Line 25: | Line 25: | ||
[[File:Cloud Storage FUSE solution.png|550px]]<br /> | [[File:Cloud Storage FUSE solution.png|550px]]<br /> | ||
==== Benefits ==== | ==== Benefits ==== | ||
* | *DeviceStorageAPI provides well defined filesystem based API to access files/directories on internal storage and SD card. Once FUSE based solution supported, Web app can used DeviceStorageAPI directly to access cloud storage without any modification. | ||
DeviceStorageAPI provides well defined filesystem based API to access files/directories | *FUSE interface is a good reference for Virtual Storage Interface. By propagating FUSE interface to FirefoxOS, FirefoxOS can easy connect to many kinds of storage, such as cloud storage, NAS, etc. [http://en.wikipedia.org/wiki/ExpanDrive Here is an commercial example]. | ||
* | |||
FUSE interface is a good reference for Virtual Storage Interface. By propagating FUSE interface to FirefoxOS, FirefoxOS can easy connect to many kinds of storage, such as cloud storage, NAS, etc. | |||
==== Drawbacks ==== | ==== Drawbacks ==== | ||
* | *DeviceStorageAPI is not a standard API for all browser. | ||
*FUSE is not supported in all platform. | |||
=== JS library solution === | === JS library solution === | ||
[[File:Cloud Storage JS solution.png]]<br /> | [[File:Cloud Storage JS solution.png]]<br /> | ||
==== Benefits ==== | |||
==== Drawbacks ==== | |||
== Framework Issues == | == Framework Issues == | ||
*Cloud Storage Account management and Authentication | *Cloud Storage Account management and Authentication | ||
edits