https://github.com/cobbzilla/mobiletto-base
A storage layer that presents a uniform interface to Amazon S3, Backblaze B2, local and other storage systems.
https://github.com/cobbzilla/mobiletto-base
Last synced: 5 months ago
JSON representation
A storage layer that presents a uniform interface to Amazon S3, Backblaze B2, local and other storage systems.
- Host: GitHub
- URL: https://github.com/cobbzilla/mobiletto-base
- Owner: cobbzilla
- License: apache-2.0
- Created: 2023-06-24T14:47:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T17:44:54.000Z (about 2 years ago)
- Last Synced: 2025-10-13T15:14:52.718Z (9 months ago)
- Language: TypeScript
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Mobiletto-base
==============
Mobiletto is a JavaScript storage abstraction layer, with optional transparent client-side encryption.
### *this is mobiletto-base*
In order to lighten the weight of this npm package, this branch does not include any drivers or localized translations
of the mobiletto documentation. It otherwise works the same as the regular `mobiletto` software, but because no drivers
are included, you must load the mobiletto storage driver for a given storage type before connecting to storage of that type.
If you'd prefer a more "batteries included" experience, check out [mobiletto-lite](https://www.npmjs.com/package/mobiletto-lite).
See the [mobiletto home page](https://github.com/cobbzilla/mobiletto) for the latest documentation.