Is it possible to redirect the blob request to s3 ? #2717
Answered
by
rchincha
dispensable
asked this question in
Q&A
-
When use docker registry as mirror cache with s3, the blob request will get a 307 redirect response which offloaded the io stress to client and s3 backend. While in zot seems like the zot server will get blob from s3 then send to client by itself. Is this an expected result or I missed something ? thx |
Beta Was this translation helpful? Give feedback.
Answered by
rchincha
Oct 12, 2024
Replies: 1 comment
-
@dispensable correct. You are likely referring to #1395 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dispensable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dispensable correct. You are likely referring to #1395