There seem to be a similar error here: https://github.com/aws/aws-cli/issues/4758
Could it be minio isn't on the same API version as S3?
Hi,
i tried this, but got unexpected result when set with_metadata=Truesource_url = '
` '
remote_objects = StorageManager.list(source_url, with_metadata=True, return_full_path=True) result:
2022-11-15 19:46:51,253 - clearml - WARNING - Can not list files for ' ' - local variable 'size' referenced before assignment
this is the obj:
_Boto3Driver.ListResult(name='dataset/x/x/x/target-folder/x/day1_set1_flip_20220715120043_c8c34f1130104974b602655f44448a00.jpg') `
its not return all list file inside target-folder
clearml=1.8.0
s3 = using minio
There seem to be a similar error here: https://github.com/aws/aws-cli/issues/4758
Could it be minio isn't on the same API version as S3?