storage-js
storage-js copied to clipboard
JS Client library to interact with Supabase Storage
# Feature request ## Is your feature request related to a problem? Please describe. Not really a problem, but more of a consistency concern. Is there a reason why the...
# Bug report If that's a bug i'm not sure it's in supabase-js ## Describe the bug ```supabase.storage.from().list``` calls with both limit and sortBy don't limit according to order (as...
# Feature request ## Is your feature request related to a problem? Please describe. I need restore user avatar from twitter/youtube etc. ## Describe the solution you'd like ``` javascript...
# Bug report ## Describe the bug I'm downloading an image file with `.from(bucket).download(path)` after replacing the image with `.from("avatars").upload(filePath, file, { upsert: true });` but the downloaded file is...
# Bug report ## Describe the bug The .list() method in supabase.storage.from('') is not seem to be working. - I have data in my storage bucket - There is no...
to map to `/object/authenticated/bucket/*` and `/object/public/bucket/*`
We can get the local tests to work with just Postgrest and storage-api docker containers
## What kind of change does this PR introduce? Feature ## What is the new behavior? ### Custom Metadata Adds support for custom metadata on objects: ```ts const res =...
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.18.0. Release notes Sourced from ws's releases. 8.18.0 Features Added support for Blob (#2229). 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with...
## What kind of change does this PR introduce? Bug fix and TS config update ## What is the current behavior? The `StorageFileApi.bucketId` field type is `bucketId?: string`, which breaks...