Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 394 Bytes

Minio Put

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.

Python

minio-put.py has no external dependencies (like six) so that's why there are two separate versions.