We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fe0ef commit 2f11af0Copy full SHA for 2f11af0
backend/src/storage/drivers/s3/S3StorageDriver.js
@@ -97,7 +97,7 @@ export class S3StorageDriver extends BaseDriver {
97
// 委托给目录操作模块
98
return await this.directoryOps.listDirectory(s3SubPath, {
99
mount,
100
- subPath: path, // 使用原始路径用于缓存键生成
+ subPath, // 使用正确的子路径用于缓存键生成
101
path,
102
});
103
}
0 commit comments