In current any version, if we make a blob GET/HEAD request, it will calls 5 times backend storage apis. That's no problem for local filesystem, but it is slow and expensive for s3 like storage.
So, shall we make a way to reduce or use-short time cache thus expensive api calls.
Description
In current any version, if we make a blob GET/HEAD request, it will calls 5 times backend storage apis. That's no problem for local filesystem, but it is slow and expensive for s3 like storage.
So, shall we make a way to reduce or use-short time cache thus expensive api calls.