|
|
@@ -924,7 +924,10 @@ export default () => {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- const name = decodeURIComponent(url.split(bucketUrl)[1])
|
|
|
+ // const name = decodeURIComponent(url.split(bucketUrl)[1])
|
|
|
+ const name = url.split(bucketUrl)[1]
|
|
|
+ console.log('aws-name:', name)
|
|
|
+
|
|
|
if (!name) {
|
|
|
reject(new Error('Could not extract file name from URL'))
|
|
|
return
|