mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-16 18:11:37 +08:00
🐛 Fix(custom): fix the s3 download issue
This commit is contained in:
@@ -849,10 +849,11 @@ class S3plistApi {
|
||||
expires: 36000,
|
||||
customUrl,
|
||||
})
|
||||
const cleanURL = decodeURIComponent(preSignedUrl)
|
||||
promises.push(
|
||||
() =>
|
||||
new Promise((resolve, reject) => {
|
||||
NewDownloader(instance, preSignedUrl, id, savedFilePath, this.logger, this.proxy).then((res: boolean) => {
|
||||
NewDownloader(instance, cleanURL, id, savedFilePath, this.logger, this.proxy).then((res: boolean) => {
|
||||
if (res) {
|
||||
resolve(res)
|
||||
} else {
|
||||
|
||||
@@ -1023,7 +1023,7 @@
|
||||
<span>{{ item.finishTime }}</span>
|
||||
<span class="text-xs font-semibold text-success">
|
||||
{{
|
||||
activeUpLoadTab === 'finished'
|
||||
activeDownLoadTab === 'finished'
|
||||
? t('pages.manage.bucket.success')
|
||||
: t('pages.manage.bucket.failed')
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user