Support Array caching
Tiphaine Ruy
Support array caching as described in this post:
Several use case:
- Allow cache reuse between client sessions.
- Faster array metadata first byte.
- limit S3 egress cost
- Allow offline work or on bad connection with cached objects when prototyping
Currently using minio gateway is a good workaround though so it might not be a high priority request.