Skip to main content

Print buckets and .csv file from Minio.

Project description

Minio-hung: Print your .csv file from Minio

Powered by Ly Duc Hung (FPT Infomation System)

How to install?

pip install Minio-hung

or

Windows

py -m pip install Minio-hung

Linux/Mac OS

python3 -m pip install Minio-hung

What's in package?

thuviencuabomay

How to use Minio-hung?

You can use to one of codes below here:

ACCESS_KEY: Access key in your Services Account.

SECRET_KEY: Secret key in your Services Account.

BUCKET_NAME: Your Bucket name.

OBJECT_NAME: The Object name in your Bucket.

Print list buckets in Minio

#1
import thuviencuabomay

thuviencuabomay.read_list(ACCESS_KEY, PRIVATE_KEY)



#2
from thuviencuabomay import read_list

read_list(ACCESS_KEY, PRIVATE_KEY)

Print .csv file from Minio

#1
import thuviencuabomay

thuviencuabomay.read_csv(ACCESS_KEY, SECRET_KEY, BUCKET_NAME, OBJECT_NAME)



#2
from thuviencuabomay import read_csv

read_csv(ACCESS_KEY, SECRET_KEY, BUCKET_NAME, OBJECT_NAME)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Minio_hung-0.0.3.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

Minio_hung-0.0.3-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page