-
Notifications
You must be signed in to change notification settings - Fork 478
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
fix(services/supabase): Supabase ci fix #2200
Conversation
xyjixyjixyji
commented
May 3, 2023
- Fix supabase ci
- Add read_with_range capabilities to all kv adapters and all services that support this.
- Skip tests that require range read for those do not support
Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com>
Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com>
Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com>
Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com>
Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com>
Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com>
Others LGTM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! We have to admit that supabase storage is still a very young project 😂, let's grow up together.
Hi, @Ji-Xinyou, I found ) curl -H "authorization: Bearer <TOKEN>" https://<project>.supabase.co/storage/v1/object/info/authenticated/<bucket>/abc
{"statusCode":"404","error":"Not found","message":"The resource was not found"} |
I created a discord thread at supabase too: https://discord.com/channels/839993398554656828/1006358244786196510/threads/1103495051658674246 |