-
Notifications
You must be signed in to change notification settings - Fork 583
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
As noted here https://www.answeroverflow.com/m/1186881391233863751
Basically some way to get the current bucket size via the storage API. Something like supabase.storage.from("mybucket").getSize()
Suggested solution
There is seems to already be an RPC function called "get_size_by_bucket", so just reuse that?
Alternative
Calling supabase.rpc("get_size_by_bucket") manually, though it is not documented and I don't know if it will break in future versions (or if it is already broken in the latest release)
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request