Skip to content

Commit 2f11af0

Browse files
committed
fix: webdav缓存及日志
1 parent 97fe0ef commit 2f11af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/storage/drivers/s3/S3StorageDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class S3StorageDriver extends BaseDriver {
9797
// 委托给目录操作模块
9898
return await this.directoryOps.listDirectory(s3SubPath, {
9999
mount,
100-
subPath: path, // 使用原始路径用于缓存键生成
100+
subPath, // 使用正确的子路径用于缓存键生成
101101
path,
102102
});
103103
}

0 commit comments

Comments
 (0)