drone-ops/drone-resource/src/main/java/org/sxkj/resource/endpoint/OssEndpoint.java
@@ -223,7 +223,7 @@ @NotNull private BladeFile getBladeFile(@RequestParam MultipartFile file) throws IOException { String fileName = file.getOriginalFilename(); BladeFile bladeFile = ossBuilder.template().putFile(fileName, file.getInputStream()); BladeFile bladeFile = ossBuilder.template("estack").putFile(fileName, file.getInputStream()); Long attachId = buildAttach(fileName, null, file.getSize(), bladeFile); bladeFile.setAttachId(attachId); return bladeFile;