| Package | Description |
|---|---|
| org.noear.solon.cloud.service |
| Modifier and Type | Method and Description |
|---|---|
default Media |
CloudFileService.get(String key)
获取文件
|
Media |
CloudFileService.get(String bucket,
String key)
获取文件
|
| Modifier and Type | Method and Description |
|---|---|
default org.noear.solon.core.handle.Result |
CloudFileService.put(String key,
Media media)
推入文件
|
org.noear.solon.core.handle.Result |
CloudFileService.put(String bucket,
String key,
Media media)
推入文件
|
Copyright © 2025. All rights reserved.