Edward Vielmetti
e76fe435c4
"account_id" for "accound_id" ( #5757 )
7 years ago
Edward Vielmetti
1e50951a4a
typo fix ( #5756 )
7 years ago
Harshavardhana
4d02f9bccf
fix gateway docs comprehensively ( #5740 )
7 years ago
poornas
25107c2e11
Add NAS gateway support ( #5516 )
7 years ago
Paul Stack
a1a98617ca
gateway/manta: Add support for RBAC ( #5332 )
...
Manta has the ability to allow users to authenticate with a
username other than the main account. We want to expose
this functionality to minio manta gateway.
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
Timon Wong
84fc78d60f
Implement Alibaba Cloud OSS gateway support ( #5103 )
7 years ago
techknowlogick
0d435e11b1
Change container name in b2 docs ( #5259 )
7 years ago
David G
f4d4ea5c36
Implement Sia Gateway ( #5114 )
7 years ago
asubmani
8a40da3fd0
Update azure.md ( #5086 )
7 years ago
Harshavardhana
3d2d63f71e
Fix gateway docs remove redundant files ( #5072 )
7 years ago
Harshavardhana
0c0d1e4150
Implement backblaze-b2 gateway support ( #5002 )
...
Fixes https://github.com/minio/minio/issues/4072
7 years ago
Krishnan Parthasarathi
f7ae3be586
Removing 100MB part and 1TB limitation ( #4939 )
...
With https://github.com/minio/minio/pull/4869 maximum size of a single
multipart upload part in not restricted to 100MB. 1TB maximum object
size limitation is no longer applicable too.
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