Open
Description
When you specify a "dest" option that begins with a slash, eg:
{
src: "**",
dest: "/myfolder/"
}
The task output displays like it has succeeded, eg:
Running "s3:assets" (s3) task
Retrieving list of existing objects prefixed with '/myfolder/'...
Put '/myfolder/myfile.html'
When actually nothing is uploaded at all.
The task should probably fail in these cases, as a slash is not valid at the beginning of an object identifier in S3.