Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/suryasekhar14/file-stash
- Owner: SuryaSekhar14
- Created: 2023-08-07T11:34:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:27:27.000Z (12 days ago)
- Last Synced: 2024-11-03T20:17:20.542Z (12 days ago)
- Topics: flask, python3, storage-service
- Language: Python
- Homepage: https://storage.suryasekhardatta.com/
- Size: 14.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)