# This project is not maintained anymore. Please go for
- [xethhung12_minio_common](https://github.com/xh-dev-py/xethhung_minio_common)
- [xethhung12_minio_download_file](https://github.com/xh-dev-py/xethhung12_minio_download_file)
- [xethhung12_minio_upload_file](https://github.com/xh-dev-py/xethhung12_minio_upload_file)
---
# Build and deploy
```shell
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
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
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}
```
Raw data
{
"_id": null,
"home_page": "",
"name": "xethhung12-minio",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Xeth Hung <admin@xethh.me>",
"download_url": "https://files.pythonhosted.org/packages/dc/63/1e1aa04d6695ef22105f181e1a4fe59a4c888adcf8de8f8f4bd4ce5c0791/xethhung12_minio-0.0.4.tar.gz",
"platform": null,
"description": "# This project is not maintained anymore. Please go for\n\n- [xethhung12_minio_common](https://github.com/xh-dev-py/xethhung_minio_common)\n- [xethhung12_minio_download_file](https://github.com/xh-dev-py/xethhung12_minio_download_file)\n- [xethhung12_minio_upload_file](https://github.com/xh-dev-py/xethhung12_minio_upload_file)\n\n---\n\n# Build and deploy\n```shell\nrm -fr dist/*\npython -m build\npython twine upload dist/* -u __token__ -p {token}\n```\n\n# Behind Proxy \nif the client is connecting to internet though a company proxy server, use the environment variable(`http_proxy`) to setup the proxy. \\\ne.g. `http_proxy=http://127.0.0.1:8080`\n\n\n# Usage of upload\n```python\npython -m xethhung12_minio_upload_file \\\n --url {url} \\\n --access-key {access-key} \\\n --secret-key {secret-key} \\\n --bucket {bucket} \\\n --local-file {local file} \\\n --remote-file {remote file}\n```\n\n# Usage of download\n```python\npython -m xethhung12_minio_download_file \\\n --url {url} \\\n --access-key {access-key} \\\n --secret-key {secret-key} \\\n --bucket {bucket} \\\n --local-file {local file} \\\n --remote-file {remote file}\n```",
"bugtrack_url": null,
"license": "",
"summary": "A small program for downloading and uploading file to minio storage",
"version": "0.0.4",
"project_urls": {
"Bug Tracker": "https://github.com/xh-dev/xethhung12_minio/issues",
"Homepage": "https://github.com/xh-dev/xethhung12_minio"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8812f5488de9b7ec447a7ef45c8852dc2352fa162c809513100d562796704e47",
"md5": "83fc3ce3e80d76e6bd2287a890e86800",
"sha256": "e9054d8d5df59f1e8a2621f19b2ae7e825e2ba26c08d255ed35a25c09a89bc25"
},
"downloads": -1,
"filename": "xethhung12_minio-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "83fc3ce3e80d76e6bd2287a890e86800",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 6196,
"upload_time": "2023-08-12T20:04:22",
"upload_time_iso_8601": "2023-08-12T20:04:22.348749Z",
"url": "https://files.pythonhosted.org/packages/88/12/f5488de9b7ec447a7ef45c8852dc2352fa162c809513100d562796704e47/xethhung12_minio-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dc631e1aa04d6695ef22105f181e1a4fe59a4c888adcf8de8f8f4bd4ce5c0791",
"md5": "80372bcd3557ef49eb31babafa80f5cc",
"sha256": "c59bef8060a1f5022d424afa4739ead3f648dc81f16d1b526a58de9f7c940a94"
},
"downloads": -1,
"filename": "xethhung12_minio-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "80372bcd3557ef49eb31babafa80f5cc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 4064,
"upload_time": "2023-08-12T20:04:23",
"upload_time_iso_8601": "2023-08-12T20:04:23.945516Z",
"url": "https://files.pythonhosted.org/packages/dc/63/1e1aa04d6695ef22105f181e1a4fe59a4c888adcf8de8f8f4bd4ce5c0791/xethhung12_minio-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-12 20:04:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xh-dev",
"github_project": "xethhung12_minio",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "bleach",
"specs": [
[
"==",
"6.0.0"
]
]
},
{
"name": "build",
"specs": [
[
"==",
"0.10.0"
]
]
},
{
"name": "certifi",
"specs": [
[
"==",
"2023.7.22"
]
]
},
{
"name": "charset-normalizer",
"specs": [
[
"==",
"3.2.0"
]
]
},
{
"name": "colorama",
"specs": [
[
"==",
"0.4.6"
]
]
},
{
"name": "docutils",
"specs": [
[
"==",
"0.20.1"
]
]
},
{
"name": "gitdb",
"specs": [
[
"==",
"4.0.10"
]
]
},
{
"name": "GitPython",
"specs": [
[
"==",
"3.1.32"
]
]
},
{
"name": "idna",
"specs": [
[
"==",
"3.4"
]
]
},
{
"name": "importlib-metadata",
"specs": [
[
"==",
"6.8.0"
]
]
},
{
"name": "jaraco.classes",
"specs": [
[
"==",
"3.3.0"
]
]
},
{
"name": "keyring",
"specs": [
[
"==",
"24.2.0"
]
]
},
{
"name": "markdown-it-py",
"specs": [
[
"==",
"3.0.0"
]
]
},
{
"name": "mdurl",
"specs": [
[
"==",
"0.1.2"
]
]
},
{
"name": "minio",
"specs": [
[
"==",
"7.1.15"
]
]
},
{
"name": "more-itertools",
"specs": [
[
"==",
"10.1.0"
]
]
},
{
"name": "packaging",
"specs": [
[
"==",
"23.1"
]
]
},
{
"name": "pkginfo",
"specs": [
[
"==",
"1.9.6"
]
]
},
{
"name": "Pygments",
"specs": [
[
"==",
"2.16.1"
]
]
},
{
"name": "pyproject_hooks",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "pywin32-ctypes",
"specs": [
[
"==",
"0.2.2"
]
]
},
{
"name": "readme-renderer",
"specs": [
[
"==",
"40.0"
]
]
},
{
"name": "requests",
"specs": [
[
"==",
"2.31.0"
]
]
},
{
"name": "requests-toolbelt",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "rfc3986",
"specs": [
[
"==",
"2.0.0"
]
]
},
{
"name": "rich",
"specs": [
[
"==",
"13.5.2"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "smmap",
"specs": [
[
"==",
"5.0.0"
]
]
},
{
"name": "toml",
"specs": [
[
"==",
"0.10.2"
]
]
},
{
"name": "tomli",
"specs": [
[
"==",
"2.0.1"
]
]
},
{
"name": "twine",
"specs": [
[
"==",
"4.0.2"
]
]
},
{
"name": "urllib3",
"specs": [
[
"==",
"2.0.4"
]
]
},
{
"name": "webencodings",
"specs": [
[
"==",
"0.5.1"
]
]
},
{
"name": "xh-py-project-versioning",
"specs": [
[
"==",
"0.0.5"
]
]
},
{
"name": "zipp",
"specs": [
[
"==",
"3.16.2"
]
]
}
],
"lcname": "xethhung12-minio"
}