Minio Python Library for Amazon S3 Compatible Cloud Storage for Python
Project description
# Minio Python Library for Amazon S3 Compatible Cloud Storage
## Install
The recommended technique for installing this package is through pip.
```sh
$ pip install minio
```
## Example
```python
#!/usr/bin/env python
from minio.minio import Minio
# Instantiate a client
client = Minio('https://s3.amazonaws.com',
access_key='access_key',
secret_key='secret_key')
# List buckets
buckets = client.list_buckets()
for bucket in buckets:
print 'bucket:', bucket.name, bucket.creation_date
```
## Join The Community
* Community hangout on Gitter https://gitter.im/minio/minio
* Ask questions on Quora https://www.quora.com/Minio
## Install
The recommended technique for installing this package is through pip.
```sh
$ pip install minio
```
## Example
```python
#!/usr/bin/env python
from minio.minio import Minio
# Instantiate a client
client = Minio('https://s3.amazonaws.com',
access_key='access_key',
secret_key='secret_key')
# List buckets
buckets = client.list_buckets()
for bucket in buckets:
print 'bucket:', bucket.name, bucket.creation_date
```
## Join The Community
* Community hangout on Gitter https://gitter.im/minio/minio
* Ask questions on Quora https://www.quora.com/Minio
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
minio-0.2.6.tar.gz
(15.4 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
minio-0.2.6.linux-x86_64.tar.gz
(35.8 kB
view details)
minio-0.2.6-py2.py3-none-any.whl
(23.7 kB
view details)
File details
Details for the file minio-0.2.6.tar.gz.
File metadata
- Download URL: minio-0.2.6.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e04d673b71c49fe8947411e02df8b03c74f0ce26d9a4fb5a43e8825049b7ce2e
|
|
| MD5 |
1518f7907a7945b021bcc4a5c052e459
|
|
| BLAKE2b-256 |
7eff84fdf6c60d254732e3c1811076df5f3413fbcc0f7e195aea7314aac88e72
|
File details
Details for the file minio-0.2.6.linux-x86_64.tar.gz.
File metadata
- Download URL: minio-0.2.6.linux-x86_64.tar.gz
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9ada489d512a35323de7717967ff370129d61182cca4eea7e380c4eeba90e10
|
|
| MD5 |
3058d9f89198f1d0537a0a1804c49ce7
|
|
| BLAKE2b-256 |
b4741326dbf2e9af3845aee70e250157169799ee44c490324393201331c2cdd6
|
File details
Details for the file minio-0.2.6-py2.py3-none-any.whl.
File metadata
- Download URL: minio-0.2.6-py2.py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54672ab6cac15f68141099ae5909de87abc02424b4eddd396a96f30d8ea39d3b
|
|
| MD5 |
8d9681bccef38e655954324128137e7c
|
|
| BLAKE2b-256 |
622ebd678f766d97c82089828ae386979477cff4662330b933a62f0a755777b6
|