Steve Santacroce

Results 2 issues of Steve Santacroce

I create a folder in a bucket "/my-bucket/folder/" which contains some text files. I then run `fs.rename("/my-bucket/folder/", "/my-bucket/new_folder", recursive=True)` Instead of seeing "/my-bucket/new_folder", I see "/my-bucket/new_foldermy-bucket/folder" That doesn't seem correct....

### Checklist - [X] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. I have implemented multi-tenancy in...