Timon Wong
6400f506da
Simplify gateway backend registration ( #5111 )
2017-10-27 15:07:46 -07:00
Harshavardhana
f99f218999
Add support for reading and saving config on Gateway. ( #4463 )
...
This is also a first step towards supporting bucket
notification for gateway.
2017-06-16 16:01:41 -07:00
Bala FA
3dfe254a11
gateway: make each backend as subcommands. ( #4506 )
...
Fixes #4450
2017-06-08 23:28:45 -07:00
Bala FA
2df8160f6a
server: handle command line and env variables at one place. ( #3975 )
2017-03-30 11:21:19 -07:00
Bala FA
d3cb79a57c
Refactor logger ( #3924 )
...
This patch fixes below
* Previously fatalIf() never writes log other than first logging target.
* quiet flag is not honored to show progress messages other than startup messages.
* Removes console package usage for progress messages.
2017-03-23 16:36:00 -07:00
Krishna Srinivas
cea4cfa3a8
Implement S3 Gateway to third party cloud storage providers. ( #3756 )
...
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