Supabase S3 - Error
how can i resolve this error to use supabase storage:
I am using the following configuration in env
S3_ACCESS_KEY=Key
S3_SECRET_KEY=secretKey
S3_BUCKET=themis-bucket
S3_REGION=sa-east-1
S3_ENDPOINT=https://vzgryrxsmjittvtrnkso.supabase.co/storage/v1/s3
S3_SSL=true

5 Replies
S3_ENDPOINT does not look right
Try
vzgryrxsmjittvtrnkso.supabase.co

The request actually went through, but there was an authorization issue. How can I add a --header 'Authorization: Bearer to the file sending request?

Typebot uses minio JS SDK for all S3 operations
We need to know how the client should be initialized properly