mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-16 02:42:02 +08:00
update 格式化代码结构 统一编码格式
This commit is contained in:
@@ -79,7 +79,7 @@ public class AliyunOssStrategy extends AbstractOssStrategy {
|
||||
|
||||
@Override
|
||||
public void delete(String path) {
|
||||
path = path.replace(getEndpointLink() + "/" , "");
|
||||
path = path.replace(getEndpointLink() + "/", "");
|
||||
try {
|
||||
client.deleteObject(properties.getBucketName(), path);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user