minio-dart icon indicating copy to clipboard operation
minio-dart copied to clipboard

Support for folder upload?

Open YYangyuan opened this issue 3 years ago • 3 comments

The code can upload file, but is there any way to upload folders?

YYangyuan avatar Mar 30 '22 02:03 YYangyuan

Maybe i can zip the dir and upload the zip file.

YYangyuan avatar Mar 30 '22 02:03 YYangyuan

Directories are hard to upload for any language/app. Usually you need to create the new dir on the target system, iterate the current local dir and upload each file one at a time to the target system. Or you can zip -> upload -> unzip

jpetro416 avatar Apr 18 '22 14:04 jpetro416

S3 not support upload foldres, pls impl it yourself

shvc avatar May 03 '22 06:05 shvc

Directories are hard to upload for any language/app. Usually you need to create the new dir on the target system, iterate the current local dir and upload each file one at a time to the target system. Or you can zip -> upload -> unzip

Good answer

lijy91 avatar Sep 13 '24 13:09 lijy91