| 程序包 | 说明 |
|---|---|
| org.minbox.framework.api.boot.plugin.storage |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiBootObjectStorageResponse |
ApiBootObjectStorageService.upload(String objectName,
byte[] bytes)
流式上传
|
ApiBootObjectStorageResponse |
ApiBootObjectStorageService.upload(String objectName,
InputStream inputStream)
文件流方式上传
|
ApiBootObjectStorageResponse |
ApiBootObjectStorageService.upload(String objectName,
String localFile)
本地文件路径方式上传
|
Copyright © 2019. All rights reserved.