Skip to content

feat: supabase storage integration #386

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rajan-personal
Copy link

@rajan-personal rajan-personal commented Apr 14, 2025

Description

Supabase s3 integration.

Related Issues

#376

How can it be tested?

in .env

S3_PROVIDER=supabase    # new variable
S3_ENDPOINT=https://xxxxxxxxxx.supabase.co/storage/v1     # Remove /s3

docs

Check list before submitting

  • This PR is wrote in a clear language and correctly labeled
  • I created the related changeset for my changes with npx changeset
  • I have performed a self-review of my code (no debugs, no commented code, good naming, etc.)
  • I wrote the relative tests
  • I created a PR for the documentation if necessary and attached the link to this PR

Copy link
Contributor

@brunobuddy brunobuddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @rajan-personal this compatibility seems nice but you should make the tests in order to go ahead

@rajan-personal
Copy link
Author

How do I proceed with supabase object upload and download test?

@brunobuddy
Copy link
Contributor

@rajan-personal you can mock it

@rajan-personal
Copy link
Author

I am facing multiple issues with current tests when cache is removed. Can you look into its test.

@rajan-personal
Copy link
Author

@brunobuddy , I have updated the tests. Do let me know if there are any changes required. I am new to testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants