33
edits
EdenChuang (talk | contribs) No edit summary |
EdenChuang (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
== Overview == | == Overview == | ||
This project aims at to support FirefoxOS to be a bridge between web apps and cloud storages to provide user much better cloud storage user experience on FirefoxOS device. | This project aims at to support FirefoxOS to be a bridge between web apps and cloud storages to provide user much better cloud storage user experience on FirefoxOS device. | ||
*Universal Storage API | *Universal Storage API | ||
FireFoxOS supports web apps a universal API to access all kinds of storage, such as internal storage, SDCard, USB mass storage, cloud storage, etc. | FireFoxOS supports web apps a universal API to access all kinds of storage, such as internal storage, SDCard, USB mass storage, cloud storage, etc. | ||
Line 43: | Line 42: | ||
=== Virtual Storage Interface === | === Virtual Storage Interface === | ||
Virtual Storage Interface is an interface for FirefoxOS to accessing different kinds of storage with defined storage operations. By implementing the operations of Virtual Storage Interface with the public APIs of cloud storage, cloud storage can easy camouflage as a device storage in FirefoxOS.<br /> | Virtual Storage Interface is an interface for FirefoxOS to accessing different kinds of storage with defined storage operations. By implementing the operations of Virtual Storage Interface with the public APIs of cloud storage, cloud storage can easy camouflage as a device storage in FirefoxOS.<br /> | ||
=== In discussion issues === | |||
=== Cloud Storage Account management and Authentication | *Cloud Storage Account management and Authentication | ||
*Data cache/buffering | |||
*Offline accessing support | |||
*Security issues | |||
*Cross platform and cross browser | |||
== Current status == | == Current status == | ||
== Bugzilla requests == | == Bugzilla requests == | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=1035053 Bug 1035053 - [Device Storage<nowiki>]</nowiki> To Support Variant Cloud Storage] | *[https://bugzilla.mozilla.org/show_bug.cgi?id=1035053 Bug 1035053 - [Device Storage<nowiki>]</nowiki> To Support Variant Cloud Storage] |
edits