There was an error while loading. Please reload this page.
1 parent 7ac734c commit aef6bbbCopy full SHA for aef6bbb
1 file changed
packages/modules/providers/file-s3/src/services/s3-file.ts
@@ -247,7 +247,7 @@ export class S3FileService extends AbstractFileProviderService {
247
)
248
}
249
250
- const fileKey = `${this.config_.prefix}${file.fileKey}`
+ const fileKey = file.fileKey
251
const response = await this.client_.send(
252
new GetObjectCommand({
253
Key: fileKey,
@@ -266,7 +266,7 @@ export class S3FileService extends AbstractFileProviderService {
266
267
268
269
270
271
272
0 commit comments