Skip to content

Files

Latest commit

author
Kurt Neufeld
Feb 12, 2020
fe6c40f · Feb 12, 2020

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.