CloudTeam_Logger
Table of Contents
About
This module is a Blobber module for cloudteam to simplify the Blob operations
Usage
in you code write the following line:
from cloudteam_blobber import cloudteam_blobber
BlobObj = cloudteam_blobber.blobber(<MinIO full URL>,<MinIO Access Key>,<MinIO Secret key>,<log Object>,<True or False for ssl connection>)
BlobObj.<WANTED FUNCTION>(<needed parameters>)
Functions
- Get_Blob(bucket,filename,PathToDownload) - download the file filename from the bucker from minIO to the desired PathToDownload(Add to the path the desired file name)
- Put_Blob(bucket,file) - upload the file to the bucket
- List_Blob(optional - bucket) - if bucket specified: return all the names of the blobs in the bucket, else return all the names of the blobs in all the buckets
- List_Buckets - return all the buckets
- Blob_Metadata(bucket,blob) - return the metadata for the file in the bucket
Release files for cloudteam-blobber 1.0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cloudteam_blobber-1.0.9.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cloudteam_blobber-1.0.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.1 kB
Release files / cloudteam_blobber-1.0.9.tar.gz
| Download URL | cloudteam_blobber-1.0.9.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
50a88cf777348472c9d6ff35c2fd78c56552ea8cf4f8d704425860f777b181dc
|
|
BLAKE2b-256 checksum How to use checksums |
9b21d527e0d4bc6a8c7dbfbad3cd79a2cb6daee1622a5266aab628f01275b100
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|
Release files / cloudteam_blobber-1.0.9-py3-none-any.whl
| Download URL | cloudteam_blobber-1.0.9-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
00a86bfec991d29f679c057dbe56e979826ac9c09e445d64f58051079c25a580
|
|
BLAKE2b-256 checksum How to use checksums |
1b9e38bbe4e82a7d53ef12bb77ca1a04cb68ffcd7f75f1e7cdd9ff1748ad78c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|