mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03:00
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
This commit is contained in:
@@ -27,7 +27,7 @@ MinIO Gateway comes with an embedded web based object browser. Point your web br
|
||||
|
||||
### Configure `mc`
|
||||
```
|
||||
mc config host add myazure http://gateway-ip:9000 azureaccountname azureaccountkey
|
||||
mc alias set myazure http://gateway-ip:9000 azureaccountname azureaccountkey
|
||||
```
|
||||
|
||||
### List containers on Microsoft Azure
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@ MinIO Client is a command-line tool called `mc` that provides UNIX-like commands
|
||||
Use the following command to configure the gateway:
|
||||
|
||||
```sh
|
||||
mc config host add mygcs http://gateway-ip:9000 minioaccesskey miniosecretkey
|
||||
mc alias set mygcs http://gateway-ip:9000 minioaccesskey miniosecretkey
|
||||
```
|
||||
|
||||
### 3.2 List Containers on GCS
|
||||
|
||||
@@ -42,7 +42,7 @@ docker run -p 9000:9000 \
|
||||
### Configure `mc`
|
||||
|
||||
```
|
||||
mc config host add myhdfs http://gateway-ip:9000 access_key secret_key
|
||||
mc alias set myhdfs http://gateway-ip:9000 access_key secret_key
|
||||
```
|
||||
|
||||
### List buckets on hdfs
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ MinIO Gateway comes with an embedded web based object browser. Point your web br
|
||||
### Configure `mc`
|
||||
|
||||
```
|
||||
mc config host add mynas http://gateway-ip:9000 access_key secret_key
|
||||
mc alias set mynas http://gateway-ip:9000 access_key secret_key
|
||||
```
|
||||
|
||||
### List buckets on nas
|
||||
|
||||
Reference in New Issue
Block a user