@@ -68,6 +68,7 @@ public class OssFileService extends AbstractFYunFileService {
}
ossClient.putObject(bucket, remoteFilePath, new File(filePath), metadata);
+ log.info("文件上传成功,path:{}", filePath);
} catch (Exception e) {
log.error("oss上传文件失败", e);
e.printStackTrace();