multiplegeorges / vue-cli-plugin-s3-deploy

A vue-cli plugin that uploads your built Vue.js project to an S3 bucket
MIT License
331 stars 51 forks source link

Deploy Path creates multiple folders inside eachother #150

Closed kornep closed 2 years ago

kornep commented 2 years ago

When I set deploy path to other value then default for example :
deployPath: 'assets', in s3 bucket will create a folder named assets and inside will create another folder with same name : 'assets' inside where files are included. If I set deploy path to : '/assets' then in s3 bucket it will create a path like this : bucketname > / > assets > / > assets

Os: Windows 10

kornep commented 2 years ago

Solved: I played with 'assetPath' and 'assetMatch' config values and left deployPath='/'