mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
fix: extend
This commit is contained in:
parent
546b15d54d
commit
2ca0654a60
|
|
@ -268,7 +268,7 @@ export class S3BaseBucket {
|
|||
|
||||
return {
|
||||
key,
|
||||
accessUrl: await this.createPreviewUrl({
|
||||
accessUrl: await this.createExternalUrl({
|
||||
key,
|
||||
expiredHours: 2
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue