xethhung12-minio-download-file

A small program downloading file to minio repo


License
MIT
Install
pip install xethhung12-minio-download-file==0.0.14

Documentation

Build

rm -fr dist/*
python -m build

Deploy

python twine upload dist/* -u __token__ -p {token}

Usage

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}