Boaz
|
ac5061df2c
|
fix: make azure gateway chunk size configurable (#9292)
|
5 years ago |
kannappanr
|
5ecac91a55
|
Replace Minio refs in docs with MinIO and links (#7494)
|
6 years ago |
Janko Marohnić
|
8b0cc376f4
|
Remove "List Object Parts" from Azure limitations (#6427)
Since https://github.com/minio/minio/pull/5198 has been implemented,
this is not a limitation anymore.
|
6 years ago |
Harshavardhana
|
4d02f9bccf
|
fix gateway docs comprehensively (#5740)
|
7 years ago |
poornas
|
25107c2e11
|
Add NAS gateway support (#5516)
|
7 years ago |
asubmani
|
8a40da3fd0
|
Update azure.md (#5086)
|
7 years ago |
Harshavardhana
|
3d2d63f71e
|
Fix gateway docs remove redundant files (#5072)
|
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 |