fix: extend

This commit is contained in:
archer 2025-12-09 22:30:52 +08:00
parent 546b15d54d
commit 2ca0654a60
No known key found for this signature in database
GPG Key ID: 4446499B846D4A9E

View File

@ -268,7 +268,7 @@ export class S3BaseBucket {
return {
key,
accessUrl: await this.createPreviewUrl({
accessUrl: await this.createExternalUrl({
key,
expiredHours: 2
})