Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/kneufeld/minio-put
- Owner: kneufeld
- License: mit
- Created: 2018-03-17T16:36:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T22:08:54.000Z (almost 5 years ago)
- Last Synced: 2024-04-21T09:29:09.154Z (9 months ago)
- Topics: bash, minio, python, python2, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- 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.