Harshavardhana
cb0eaeaad8
feat: migrate to ROOT_USER/PASSWORD from ACCESS/SECRET_KEY ( #11185 )
4 years ago
Anis Elleuch
75a8e81f8f
azure: Specify different Azure storage in the shell env ( #10943 )
...
AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_KEY are used in
azure CLI to specify the azure blob storage access & secret keys. With this commit,
it is possible to set them if you want the gateway's own credentials to be
different from the Azure blob credentials.
Co-authored-by: Harshavardhana <harsha@minio.io>
4 years ago
Krishna Srinivas
c51229493b
azure docs remove default chunk size example ( #10406 )
4 years ago
Harshavardhana
ede86845e5
docs: Add policy variables for resource and conditions ( #10278 )
...
Bonus fix adds LDAP policy variable and clarifies the
usage of policy variables for temporary credentials.
fixes #10197
4 years ago
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