s3fs icon indicating copy to clipboard operation
s3fs copied to clipboard

Inconsistent behavior on upload_path

Open vvvlad opened this issue 3 years ago • 1 comments

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/

vvvlad avatar Feb 24 '22 13:02 vvvlad

Seeing the same behaviour...

Plantain avatar Apr 11 '22 13:04 Plantain