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.5.tar.gz
(15.2 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.5.linux-x86_64.tar.gz
(35.2 kB
view details)
minio-0.2.5-py2.py3-none-any.whl
(23.5 kB
view details)
File details
Details for the file minio-0.2.5.tar.gz.
File metadata
- Download URL: minio-0.2.5.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5be3e655cc2357ae6eae756f60948304cb459758571931d52eac9b8033f984bb
|
|
| MD5 |
19d2c34308a39beda40466ed8928184b
|
|
| BLAKE2b-256 |
2bb5eb4619132a197eaa8b9c91c13fd4d4eb9c4a24361f026e8fa9c4e1b7d9e4
|
File details
Details for the file minio-0.2.5.linux-x86_64.tar.gz.
File metadata
- Download URL: minio-0.2.5.linux-x86_64.tar.gz
- Upload date:
- Size: 35.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5efcdd1d818f159dc4b1a02cf3d4b55160eaa02688bfb90188680a5994b35e16
|
|
| MD5 |
41745cb17bf1982c17796e81b64c2d5e
|
|
| BLAKE2b-256 |
c726bb062483b0f12385aa5e9eb839ef9d5ad5a29450f05bc1836724b9769a8c
|
File details
Details for the file minio-0.2.5-py2.py3-none-any.whl.
File metadata
- Download URL: minio-0.2.5-py2.py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b421fb58f856b585f88efc31662361188297ce330563abf4dc1d36600c5d46c
|
|
| MD5 |
3ca4c711f826b0a7ca54c2cd535f51dc
|
|
| BLAKE2b-256 |
c66c5b5cdcf742f08d8251fcbc5fcfeca1375ed92a0cc05c844310be8c20e0df
|