Skip to content

Releases: daniel-cavalcante/minio-chunked-upload-download

Streamed Download

01 Jul 16:08
f6da414
Compare
Choose a tag to compare
Streamed Download Pre-release
Pre-release

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!

18 Jun 02:12
4073e62
Compare
Choose a tag to compare
A new child is born! Pre-release
Pre-release

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.