You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, thats a bug, not sure when I'll get time to fix it though...
jpillora
changed the title
S3: uploading to dest with slash in beginning should fail but doesn't
Bug: s3: uploading to dest with slash in beginning should fail but doesn't
Jan 15, 2015
When you specify a "dest" option that begins with a slash, eg:
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.
The text was updated successfully, but these errors were encountered: