i’m trying to upload a file to the root directory, but seems like the plugin is concatenating the file paths and creating all the parent directory from my source too.
for example:
source: swagger/v1/swagger.json
target: /
I would expect the plugin to upload the file as /swagger.json
on the root of my bucket, but instead it is uploading as /swagger/v1/swagger.json
instead.
Is there anyway for the plugin to work for my use case?