We have harbor setup to redirect to S3 storage. We want to cache these images for a local repository for performance reasons, but it seems like the redirect from harbor to S3 does not specify any serve cache control headers - preventing us from using squid or any other reverse proxy.
Is there a way we can setup the redirect to S3 to have valid cache-control HTTP headers ?