马老师网络安全大师课2022
OssComponent
@Slf4j@Componentpublic class OssComponent {
@Resource
private OssConfig ossConfig;
@Value("${spring.profiles.active}")
private String active;
public String uploadByInputStream(InputStream inputStream,
Long memberId, String fileName) {
String bucketName = getBucketName();