|
|
@@ -924,8 +924,8 @@ export default () => {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- // const name = decodeURIComponent(url.split(bucketUrl)[1])
|
|
|
- const name = url.split(bucketUrl)[1]
|
|
|
+ const name = decodeURIComponent(url.split(bucketUrl)[1])
|
|
|
+ // const name = url.split(bucketUrl)[1]
|
|
|
console.log('aws-name:', name)
|
|
|
|
|
|
if (!name) {
|