COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210228130940/https://github.com/topics/file-storage
Here are
66 public repositories
matching this topic...
API server module for Node/Express
Updated
Feb 27, 2021
JavaScript
Private media file storage for Django projects
Updated
Feb 16, 2021
Python
Aurora Files is an open-source file storage platform.
Use Now static deployments to upload and store files.
Updated
Apr 13, 2020
JavaScript
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Updated
Sep 29, 2018
JavaScript
A project that leverages Google Drive's API and "0 size file" rules for native Docs for unlimited storage space. - A SteelHacks 2019 Project
Updated
Dec 21, 2020
Python
Distributed Blockchain-based File Storage 📡
Updated
Aug 28, 2018
Elixir
File Upload (encrypted), File Sharing, Filecoin Markets (TBD), and User Controlled Data. You can access same methods from the Space Daemon using our JS client, so you don't need to worry about gRPC calls.
Updated
Dec 21, 2020
JavaScript
Webmail front-end for existing mail server, with personal calendar, contacts, and mobile sync.
Updated
Feb 16, 2021
Shell
up10.me file storage site which only store data given data one day
Workshop and Example to showcase how to build a desktop application on top of the Space Daemon and Client. From installation to building a full fledged private and peer to peer application
Updated
Sep 17, 2020
JavaScript
Abstract file storage component made for Vapor 4.
Updated
Dec 1, 2020
Swift
A secure platform for storing of files using Hybrid Cryptography
Updated
Dec 14, 2020
Python
Service to upload files using HTTP multipart requests and use as Backup
Updated
Aug 14, 2018
Kotlin
Multi-backend file storage with REST interface and synchronization
Updated
Jun 20, 2017
JavaScript
High performance, feature rich document management system written for the cloud
A better way to work with files. Metadata available too.
Updated
Dec 8, 2020
Swift
A secret file storage vault in python
Updated
May 22, 2020
Python
Local driver for Liquid file storage.
Updated
Dec 8, 2020
Swift
Acknowledged by the CEO of PCPartPicker, LLC. An Android app built for people with a desire to build their own custom computer, regardless of their experience level.
Updated
Jul 13, 2017
Java
🧠 ∿ 🔓 A file-storage application with ultra-mega-secure authentication using brain biometrics.
An opinionated Express-based storage server featuring assets uploading and on-demand image-resizing, like a self-hosted Cloudinary
Updated
Aug 8, 2020
JavaScript
A bundle for tracking stored files across local and cloud based storages
Updated
May 28, 2019
JavaScript
Encrypted File System over HTTP (using Ed25519 HMAC auth and AES-256 encryption).
A Nativescript plugin to upload, download, delete and create file in Google Drive
Updated
Aug 2, 2020
TypeScript
Agnostic File Storage Library
Filesystem-like gem for storing and managing files, mainly for organizing attachments to Active Models in Rails applications.
An ovh storage adapter for arc.
Updated
Nov 2, 2017
Elixir
Improve this page
Add a description, image, and links to the
file-storage
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
file-storage
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
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.
Now that we have merged datopian/giftless#68, the streaming transfer adapter allows passing the content-disposition filename value as a parameter. However, the filename sanitization logic in https://github.com/datopian/giftless/blob/master/giftless/util.py#L73..L84 is very strict, and only allows latin alphanumerics, dashes, underscores and dots.
While this is a good se