I have created a Transfer Job to import some of my website's static resources to Google storage.
The job was supposed to import the data in a bucket named www.pretty-story.com
.
It is importing from a tsv file located here.
For instance the first url is :
https://www.pretty-story.com/wp-includes/js/jquery/jquery.min.js
so I would have expected the job to create the folder structure starting with wp-includes
.
But instead the job created this folder structure www.pretty-story.com\wp-includes\js\jquery
.
Therefore the complete path (including my bucket name) is :
www.pretty-story.com\www.pretty-story.com\wp-includes\js\jquery
.
How can I tell the data transfer job to use the bucket as first folder, instead of creating a subfolder with the same name ?