| | |
| | | package com.kidgrow.filecenter.config; |
| | | |
| | | import cn.hutool.core.util.StrUtil; |
| | | import com.aliyun.oss.model.OSSObject; |
| | | import com.kidgrow.filecenter.model.FileInfo; |
| | | import com.kidgrow.filecenter.properties.FileServerProperties; |
| | | import com.kidgrow.filecenter.service.impl.AbstractIFileService; |
| | |
| | | } |
| | | |
| | | @Override |
| | | protected OSSObject down(String url) { |
| | | return null; |
| | | } |
| | | |
| | | @Override |
| | | protected boolean deleteFile(FileInfo fileInfo) { |
| | | if (fileInfo != null && StrUtil.isNotEmpty(fileInfo.getPath())) { |
| | | StorePath storePath = StorePath.parseFromUrl(fileInfo.getPath()); |