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

[bug] parallel calling fGetObject() using local cache will cause unexpected error

Open fishbar opened this issue 3 years ago • 0 comments

the local tmp file for speed up download is dangeruos! when the fGetObject() is parallel called with same arguments, the cache file will be polluted, the cache file will be filled with origin file’s fragment in chaos order(deps on each caller network loading speed) image

node js example:
image

so the local cache shoud be banned by default, for Advanced User using option to enable it

fishbar avatar Feb 15 '22 09:02 fishbar