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: about 1 year ago
JSON representation
upload a file to minio or s3 via bash or python (2 and 3)
- Host: GitHub
- URL: https://github.com/kneufeld/minio-put
- Owner: kneufeld
- License: mit
- Created: 2018-03-17T16:36:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T22:08:54.000Z (over 6 years ago)
- Last Synced: 2025-05-06T18:14:48.379Z (about 1 year ago)
- Topics: bash, minio, python, python2, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.