Harshavardhana
4d02f9bccf
fix gateway docs comprehensively ( #5740 )
7 years ago
Paul Stack
7d75d61621
Add Support for Manta Object Storage as a Gateway ( #5025 )
...
Manta is an Object Storage by [Joyent](https://www.joyent.com/ )
This PR adds initial support for Manta. It is intended as non-production
ready so that feedback can be obtained.
7 years ago
David G
f4d4ea5c36
Implement Sia Gateway ( #5114 )
7 years ago
Harshavardhana
0c0d1e4150
Implement backblaze-b2 gateway support ( #5002 )
...
Fixes https://github.com/minio/minio/issues/4072
7 years ago
Krishna Srinivas
ce403fdaa0
GCS documentation ( #4622 )
...
* GCS documentation and review fixes.
7 years ago
Nitish Tiwari
344f9ec608
Fix gateway browser screenshot ( #4613 )
7 years ago
poornas
18c4e5d357
Enable browser support for gateway ( #4425 )
8 years ago
Dee Koder
0a5d57a91e
docs: Update gateway doc with roadmap section. ( #3918 )
8 years ago
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
```
8 years ago