Skip to content

Commit

Permalink
Update AzureBlobStorage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpaget authored Aug 30, 2023
1 parent 6cc81e3 commit 9f81bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/5-Storage/AzureBlobStorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ mc config host add standard $MINIO_URL $MINIO_ACCESS_KEY $MINIO_SECRET_KEY
# If you want to migrate your MinIO Bucket to Blob Storage.
# Move
<mv/cp> --recursive <minio_path> <blob_path_on_local_system>
mc mv --recursive <minio_path> <blob_path_on_local_system>
# Copy
<mv/cp> --recursive <minio_path> <blob_path_on_local_system>
mc cp --recursive <minio_path> <blob_path_on_local_system>
```

<!-- prettier-ignore -->
Expand Down

0 comments on commit 9f81bdf

Please sign in to comment.