-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
services: Add support Vercel Remote Caching #2149
Comments
I may take this~ |
Have fun! |
https://vercel.com/blog/vercel-storage We will have:
|
I'm planning to implement vercel cache support to get familiar with opendal's core design. And maybe then to try other implementation~ |
Although Vercel seems change the API doc, but still want to discuss how to implement this case. Here is the scene: The Vercel offers a API endpoint for upload artifacts with 4 custom HTTP header: It appears that the There is a possible place to put this logic currently, which is in |
We don't need to support it for now. |
Take your time and have fun! We can split them into different issues. |
Vercel offers a remote caching service, which can be found at https://vercel.com/docs/concepts/monorepos/remote-caching. It would be beneficial for opendal to incorporate this support into their platform so that users can take advantage of this feature. For instance, users could run sccache in the Vercel CI environment.
The text was updated successfully, but these errors were encountered: