Commit cea40be8 authored by 郝聪敏's avatar 郝聪敏

test: 修改upload路径

parent f4a03158
......@@ -199,7 +199,7 @@ module.exports = {
readFileList(path.resolve(__dirname, './public'), filesPath);
const filesList = filesPath.map(filepath => {
const publicPath = filepath.split('public')[1];
const Key = `qb/public/${publicPath}`;
const Key = `qb/public${publicPath}`;
console.log('filepath', filepath, Key);
return {
Bucket: 'misc-1258270469',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment