mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
azure docs remove default chunk size example (#10406)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user