When uploading files to storage while developing l...
# help
p
When uploading files to storage while developing locally (
$ supabase start
), where are the actual files stored? Is there some filesystem mock of the s3 api?
n
Hello @pocin! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
Yes on filesystem mock. https://github.com/supabase/storage-api/blob/master/src/backend/file.ts
Copy code
We implemented a new Storage Backend which use a local filesystem for storing objects. You can now get started with Storage without any additional setup, giving you a completely self-contained instance of Supabase.
n
pocin (2022-04-30)
p
ah thanks! I see
Copy code
docker exec -it supabase_storage_PROJECT sh
ls /var/lib/storage/stub/stub
n
Thread was archived by @pocin. Anyone can send a message to unarchive it.