mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
"account_id" for "accound_id" (#5757)
This commit is contained in:
parent
1a71004c91
commit
e76fe435c4
@ -7,14 +7,14 @@ Please follow this [guide](https://www.backblaze.com/b2/docs/quick_account.html)
|
|||||||
### Using Docker
|
### Using Docker
|
||||||
```
|
```
|
||||||
docker run -p 9000:9000 --name b2-s3 \
|
docker run -p 9000:9000 --name b2-s3 \
|
||||||
-e "MINIO_ACCESS_KEY=b2_accound_id" \
|
-e "MINIO_ACCESS_KEY=b2_account_id" \
|
||||||
-e "MINIO_SECRET_KEY=b2_application_key" \
|
-e "MINIO_SECRET_KEY=b2_application_key" \
|
||||||
minio/minio gateway b2
|
minio/minio gateway b2
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using Binary
|
### Using Binary
|
||||||
```
|
```
|
||||||
export MINIO_ACCESS_KEY=b2_accound_id
|
export MINIO_ACCESS_KEY=b2_account_id
|
||||||
export MINIO_SECRET_KEY=b2_application_key
|
export MINIO_SECRET_KEY=b2_application_key
|
||||||
minio gateway b2
|
minio gateway b2
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user