All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.crazywalker.fsf.oss.OSSService Maven / Gradle / Ivy

The newest version!
package cn.crazywalker.fsf.oss;

import org.springframework.web.multipart.MultipartFile;

/**
 * 对象存储逻辑接口类
 * @author CrazyWalker
 * @since 周日, 12/18 2022 17:40 GMT+8
 */
public interface OSSService {

    String upload(String moduleName, Object uploadInfo, MultipartFile file);

    String upload(String moduleName, Object uploadInfo, byte[] fileBytes);

    String getPath(String oosKey);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy