fano-oss-py-sdk
This is a fork of minio-py.
Difference
- Add
external_hostandcontextual_pathtoMinioconstructor. - Add
is_externaltopresigned_get_objectandpresigned_put_objectmethod.
Following is an example code:
client = Minio(
"192.168.4.19:9000",
access_key="accesskey",
secret_key="secretkey",
secure=False,
external_host="https://sample.fano.ai",
contextual_path=True,
)
# For external link
result = client.presigned_get_object("example", "test", is_external=True)
# for internal link
result = client.presigned_get_object("example", "test")
Release files for fano-oss-py-sdk 7.1.18
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fano-oss-py-sdk-7.1.18.tar.gz | 112.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fano_oss_py_sdk-7.1.18-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 189.4 kB
Release files / fano-oss-py-sdk-7.1.18.tar.gz
| Download URL | fano-oss-py-sdk-7.1.18.tar.gz |
|---|---|
| Size | 112.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6ab5aa73ffe78fe02b18bf7ae7c57c042bcddb7802cf6cd05108f7d026dd06ac
|
|
BLAKE2b-256 checksum How to use checksums |
2d95a9a0ae4d6406392f45ad1d83bb55057e865f5cf4a33a5451b784944205f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.13
|
Release files / fano_oss_py_sdk-7.1.18-py3-none-any.whl
| Download URL | fano_oss_py_sdk-7.1.18-py3-none-any.whl |
|---|---|
| Size | 77.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
17124baf2e77d7a813048229860a39fd955f90662f53382b6f2ae76fe5ddcdbc
|
|
BLAKE2b-256 checksum How to use checksums |
69254004144b29e93e3f473f0f04228be3b87197c02c68e57af69bf9d4f072ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.13
|