Releases: daniel-cavalcante/minio-chunked-upload-download
Streamed Download
New features:
- streamed download from MinIo to the user. Nothing is saved on the server disk.
- code refactored for better readability
A new child is born!
My baby!
It is so beautiful. Look at his pythonic little feet. So cute.
This app was made by me with much love and I intend to be a caring parent for as long as it needs me during its development.
This is my first python project. It is nor complex or creative, but it is mine and I am happy to share it with you. The idea to turn it into a project came from a particular demand in my daily life as a software developer. I intend to use this project in the process of learning new things: writing documentation, building and releasing python packages and other more complex stuff that I'm still unaware of.
This pre-release version has the two basic functionalities already implemented:
- Upload a file (by chunking) and store it in a MinIO server
- Reassemble the chunks when requested so the user can download the file back
Things which are missing and are planned for a future release:
- File validation after a new upload is done
- Handling of exceptions both on the front and back-end.