kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
6 years ago
Harshavardhana
9f87283cd5
Revert and bring back B2 gateway implementation ( #7224 )
...
This PR is simply a revert of 3265112d04
just for B2 gateway.
6 years ago
Harshavardhana
3265112d04
Remove gateway implementations for manta, sia and b2 ( #7115 )
6 years ago
Guido García
06ef8248c3
docs: add link to s3 gateway ( #6666 )
...
Minor change: Add a link to S3 gateway to make it easier to find that info.
6 years ago
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