Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suryasekhar14/file-stash

⚡ A simple yet high-performant website to temporarily store and share small files!
https://github.com/suryasekhar14/file-stash

flask python3 storage-service

Last synced: 5 days ago
JSON representation

⚡ A simple yet high-performant website to temporarily store and share small files!

Awesome Lists containing this project

README

        

# File Stash

### https://storage.suryasekhardatta.com/

---

A simple website to temporarily store and share small files!

_Note: All files auto-delete 30 days after uplading them_

### Ideas

- [ ] Make APIs service for file uploads and downloads.
- [X] File listing from Cache to limit bucket hits
- [ ] Same file name collision problem solve
- [ ] Rate limit the API with API Keys (auth required)
- [ ] Every file has unique UUIDs as S3 primary key
- [ ] User Authorization and upload private files
- [ ] Folders ?
- [ ] File Encryption before S3 upload (needs authentication module first)