Skip to content

feat: use dedicated storage host for storage lib (allows >50GB uploads) #1472

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

itslenny
Copy link

What kind of change does this PR introduce?

Feature

What is the current behavior?

Storage lib is initialized using the same host as all other Supabase APIs. This zone does not allow uploading of large files.

What is the new behavior?

Initialize storage lib using new project-ref.storage.supabase.co/v1 URI which supports uploads up to 500GB

Additional context

This is specific to the Supabase infrastructure

project-ref.supabase.co/storage/v1 -> project-ref.storage.supabase.co/v1

@itslenny itslenny force-pushed the feat/use-storage-zone-to-allow-large-uploads branch from f8a53af to 2b89cbe Compare June 30, 2025 21:24
@coveralls
Copy link

coveralls commented Jun 30, 2025

Pull Request Test Coverage Report for Build 15984004746

Details

  • 5 of 5 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.7%) to 73.593%

Totals Coverage Status
Change from base Build 15968120030: 0.7%
Covered Lines: 113
Relevant Lines: 136

💛 - Coveralls

@itslenny itslenny force-pushed the feat/use-storage-zone-to-allow-large-uploads branch from 2b89cbe to 94379d5 Compare July 2, 2025 14:29
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