Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kneufeld/minio-put

upload a file to minio or s3 via bash or python (2 and 3)
https://github.com/kneufeld/minio-put

bash minio python python2 python3

Last synced: 25 days ago
JSON representation

upload a file to minio or s3 via bash or python (2 and 3)

Awesome Lists containing this project

README

        

# Minio Put

A couple of helper scripts to upload files to [minio](https://www.minio.io/).

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.