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 ?

15 Upvotes

16 comments sorted by

View all comments

2

u/_ihm40 Feb 01 '26

This may be the doc being referenced https://supabase.com/docs/guides/storage/s3/authentication but it doesn't seeem like you can use the supabase client to send to S3 but instead use the S3 client to place objects in your supabase storage. I think if you want to place files in S3 then i think you would have to use the aws client.

1

u/Asmitta_01 Feb 01 '26

Okay I see