public interface OssOperateAPI
| 限定符和类型 | 方法和说明 |
|---|---|
void |
downloadFile(javax.servlet.http.HttpServletResponse response,
@Valid DownloadDTO download)
文件下载
|
String |
expireDateUrl(@Valid ExpireDateDTO expireDate)
获取存在有效期的文件地址
|
void |
removeFiles(@Valid RemoveFileDTO remove)
删除文件s
|
FilePathResult |
uploadFile(@Valid UploadDTO uploaded)
上传文件
|
List<FilePathResult> |
uploadFile(@Valid UploadsDTO uploaded)
上传文件
|
FilePathResult uploadFile(@Valid @Valid UploadDTO uploaded) throws Exception
Exception - exceptionList<FilePathResult> uploadFile(@Valid @Valid UploadsDTO uploaded) throws Exception
Exception - exceptionvoid downloadFile(javax.servlet.http.HttpServletResponse response,
@Valid
@Valid DownloadDTO download)
throws Exception
Exception - exceptionString expireDateUrl(@Valid @Valid ExpireDateDTO expireDate) throws Exception
Exception - exceptionvoid removeFiles(@Valid
@Valid RemoveFileDTO remove)
throws Exception
Exception - exceptionCopyright © 2023 tan. All rights reserved.