Metadata-Version: 2.1
Name: xethhung12_minio_upload_file
Version: 0.0.14
Summary: A small program uploading file to minio repo
Project-URL: Homepage, https://github.com/xh-dev-py/xethhung12_minio_upload_file
Project-URL: Bug Tracker, https://github.com/xh-dev-py/xethhung12_minio_upload_file/issues
Author-email: Xeth Hung <admin@xethh.me>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: xethhung12-minio-common>=0.0.2
Description-Content-Type: text/markdown


# Build
```shell
rm -fr dist/*
python -m build
```

# Deploy
```shell
python twine upload dist/* -u __token__ -p {token}
```

# Usage 
```python
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}
```