Skip to main content

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

xethhung12_minio-0.0.4.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

xethhung12_minio-0.0.4-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page