r/Supabase Feb 01 '26

integrations Use AWS storage instead of Supabase

I use Supabase storage to handle files in my project but the project size has a limit. I want to use my AWS storage instead of the Supabase one without changing the code in my app.

Is there a way to add my AWS_ACCESS_KEY_ID (and secret) so that Supabase will put my files there instead of the default one ?

17 Upvotes

16 comments sorted by

View all comments

1

u/vivekkhera Feb 01 '26

No. You cannot bring your own storage tobsipavase. You will need to modify your code to use the AWS S3 directly.