label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

support subfolder for s3 when sync with prefix set.

Open xhuaustc opened this issue 3 years ago • 3 comments

When setting a bucket prefix, only sync the files under the folder, not files under the sub folders. This patch is to support syncing files under the sub folders.

xhuaustc avatar Jun 09 '21 03:06 xhuaustc

@xhuaustc Hi! There is something wrong with your last commit (no differences with master), please check it.

makseq avatar Jun 23 '21 11:06 makseq

@xhuaustc Hi! There is something wrong with your last commit (no differences with master), please check it. @makseq Thanks. I checked, in the commit, , Delimiter='/' is deleted in Line 109. It's different from master.

Please check : https://github.com/heartexlabs/label-studio/pull/1042/files

xhuaustc avatar Jun 28 '21 09:06 xhuaustc

@xhuaustc did you try "Recursive scan" storage option? With it storage should sync files under subfolders too.

triklozoid avatar Aug 11 '22 10:08 triklozoid