mirror of
https://github.com/minio/minio.git
synced 2025-12-01 22:02:33 -05:00
fix gateway docs comprehensively (#5740)
This commit is contained in:
committed by
Nitish Tiwari
parent
cf8d12d169
commit
4d02f9bccf
@@ -9,7 +9,14 @@ Please follow this [guide](https://www.backblaze.com/b2/docs/quick_account.html)
|
||||
docker run -p 9000:9000 --name b2-s3 \
|
||||
-e "MINIO_ACCESS_KEY=b2_accound_id" \
|
||||
-e "MINIO_SECRET_KEY=b2_application_key" \
|
||||
minio/minio:edge gateway b2
|
||||
minio/minio gateway b2
|
||||
```
|
||||
|
||||
### Using Binary
|
||||
```
|
||||
export MINIO_ACCESS_KEY=b2_accound_id
|
||||
export MINIO_SECRET_KEY=b2_application_key
|
||||
minio gateway b2
|
||||
```
|
||||
|
||||
## Test using Minio Browser
|
||||
|
||||
Reference in New Issue
Block a user