A couple of helper scripts to upload files to minio.
These should work equally well against S3 as minio is supposed to be compatible with it.
The python scripts can be imported into your project and used
by calling the upload
function.
minio-put.py
has no external dependencies (like six
) so that's why
there are two separate versions.