-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat]: Ability to generate s3 presign link for blob #2752
Comments
@vanhtuan0409 is this a CDN use case? Also, what would zot actually need to do here? |
To be more detailed: we are using Zot as an OCI-compliant registry. During the We want to avoid the traffic passing through Zot as this can cause some heavy load. In an ideal condition, we can have a plugin for generating s3 pre-signed link for the client to download |
opencontainers/distribution-spec#299 The opinion in the community is that this should be solved purely via HTTP redirect. |
Using the 307 redirect code could solve this issue. I need the client to pull directly from remote storage without causing stress on Zot server Zot still needs to implement this by returning the 307 redirect code. Do you think that it is a good idea to implement this within the |
https://doc.traefik.io/traefik/middlewares/http/redirectregex/ |
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
I want to get a s3 pre-sign link for image layer. This way we can tweak the client to download directly from s3 without needing to proxy through Zot
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: