Browse Source

docs: fix typo ninio -> minio

pull/7013/head
Rwing 6 years ago
committed by GitHub
parent
commit
64b0d20c57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/zh-Hans/Blob-Storing.md

2
docs/zh-Hans/Blob-Storing.md

@ -20,7 +20,7 @@ ABP框架已经有以下存储提供程序的实现;
* [Database](Blob-Storing-Database.md): 将BLOB存储在数据库中.
* [Azure](Blob-Storing-Azure.md): 将BLOG存储在 [Azure BLOB storage](https://azure.microsoft.com/en-us/services/storage/blobs/)中.
* [Aliyun](Blob-Storing-Aliyun.md): 将BLOB存储在[Aliyun Storage Service](https://help.aliyun.com/product/31815.html)中.
* [Ninio](Blob-Storing-Minio.md): 将BLOB存储在[MinIO Object storage](https://min.io/)中.
* [Minio](Blob-Storing-Minio.md): 将BLOB存储在[MinIO Object storage](https://min.io/)中.
* [Aws](Blob-Storing-Aws.md): 将BLOB存储在[Amazon Simple Storage Service](https://aws.amazon.com/s3/)中.
以后会实现更多的提供程序,你可以为自己喜欢的提供程序创建[请求](https://github.com/abpframework/abp/issues/new),或者你也可以[自己实现](Blob-Storing-Custom-Provider.md)它并[贡献](Contribution/Index.md)到ABP框架.

Loading…
Cancel
Save