fix S3 URL escaping (#14220)
This commit is contained in:
@@ -160,7 +160,7 @@ export class S3FileService extends AbstractFileProviderService {
|
||||
}
|
||||
|
||||
return {
|
||||
url: `${this.config_.fileUrl}/${encodeURI(fileKey)}`,
|
||||
url: `${this.config_.fileUrl}/${encodeURIComponent(fileKey)}`,
|
||||
key: fileKey,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user