docs: update wg-basic/minio

This commit is contained in:
Administrator 2021-12-12 15:23:09 +00:00 committed by John Smith
parent da2fac025a
commit ecd8855622

View File

@ -2,7 +2,7 @@
title: 11.MINIO文件管理 title: 11.MINIO文件管理
description: 使用文件系统管理上传文件 description: 使用文件系统管理上传文件
published: true published: true
date: 2021-12-12T15:22:40.824Z date: 2021-12-12T15:23:08.443Z
tags: wg-basic tags: wg-basic
editor: markdown editor: markdown
dateCreated: 2021-12-12T15:19:50.333Z dateCreated: 2021-12-12T15:19:50.333Z
@ -25,9 +25,9 @@ file:
# minio服务地址 # minio服务地址
endpoint: http://127.0.0.1:9900 endpoint: http://127.0.0.1:9900
# 上传文件用户名由minio服务提供 # 上传文件用户名由minio服务提供
access-key: usercenter access-key: username
# 上传文件密码 # 上传文件密码
secret-key: aaa111!!! secret-key: password
``` ```
# 说明 # 说明