A small program for downloading and uploading file to minio storage
Project description
This project is not maintained anymore. Please go for
Build and deploy
rm -fr dist/*
python -m build
python twine upload dist/* -u __token__ -p {token}
Behind Proxy
if the client is connecting to internet though a company proxy server, use the environment variable(http_proxy
) to setup the proxy.
e.g. http_proxy=http://127.0.0.1:8080
Usage of upload
python -m xethhung12_minio_upload_file \
--url {url} \
--access-key {access-key} \
--secret-key {secret-key} \
--bucket {bucket} \
--local-file {local file} \
--remote-file {remote file}
Usage of download
python -m xethhung12_minio_download_file \
--url {url} \
--access-key {access-key} \
--secret-key {secret-key} \
--bucket {bucket} \
--local-file {local file} \
--remote-file {remote file}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file xethhung12_minio-0.0.4.tar.gz
.
File metadata
- Download URL: xethhung12_minio-0.0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c59bef8060a1f5022d424afa4739ead3f648dc81f16d1b526a58de9f7c940a94 |
|
MD5 | 80372bcd3557ef49eb31babafa80f5cc |
|
BLAKE2b-256 | dc631e1aa04d6695ef22105f181e1a4fe59a4c888adcf8de8f8f4bd4ce5c0791 |
File details
Details for the file xethhung12_minio-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: xethhung12_minio-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9054d8d5df59f1e8a2621f19b2ae7e825e2ba26c08d255ed35a25c09a89bc25 |
|
MD5 | 83fc3ce3e80d76e6bd2287a890e86800 |
|
BLAKE2b-256 | 8812f5488de9b7ec447a7ef45c8852dc2352fa162c809513100d562796704e47 |