1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 02:03:42 -04:00

2 Commits

Author SHA1 Message Date
Dee Koder
0a5d57a91e docs: Update gateway doc with roadmap section. () 2017-03-16 18:25:01 -07:00
Krishna Srinivas
cea4cfa3a8 Implement S3 Gateway to third party cloud storage providers. ()
Currently supported backend is Azure Blob Storage.

```
export MINIO_ACCESS_KEY=azureaccountname
export MINIO_SECRET_KEY=azureaccountkey
minio gateway azure
```
2017-03-16 12:21:58 -07:00