azure docs remove default chunk size example (#10406)

master
Krishna Srinivas 4 years ago committed by GitHub
parent 631d55aa22
commit c51229493b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/gateway/azure.md

@ -7,7 +7,6 @@ MinIO Gateway adds Amazon S3 compatibility to Microsoft Azure Blob Storage.
docker run -p 9000:9000 --name azure-s3 \
-e "MINIO_ACCESS_KEY=azurestorageaccountname" \
-e "MINIO_SECRET_KEY=azurestorageaccountkey" \
-e "MINIO_AZURE_CHUNK_SIZE_MB=0.25" \
minio/minio gateway azure
```
@ -15,7 +14,6 @@ docker run -p 9000:9000 --name azure-s3 \
```
export MINIO_ACCESS_KEY=azureaccountname
export MINIO_SECRET_KEY=azureaccountkey
export MINIO_AZURE_CHUNK_SIZE_MB=0.25
minio gateway azure
```
## Test using MinIO Browser

Loading…
Cancel
Save