s3fs
s3fs copied to clipboard
Inconsistent behavior on upload_path
s3fs==2022.1.0 minio storage
Issue with: upload()
my_lpath = "/temp/origin_files/"
my_rpath = 's3://mybucket/dir/'
upload_path(my_lpath, my_rpath, recursive=true)
Use case 1: my_rpath is empty before upload, the files from my_lpath will all be placed in the my_rpath/
Use case 2: my_rpath has files before upload, the files from my_lpath will be uploaded to my_rpath/origin_files/
Seeing the same behaviour...