T
Typebot13mo ago
yFuzzy_

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
No description
5 Replies
Baptiste
Baptiste13mo ago
S3_ENDPOINT does not look right Try vzgryrxsmjittvtrnkso.supabase.co
yFuzzy_
yFuzzy_OP13mo ago
{message: "No API key found in request", hint: "No `apikey` request header or url param was found."}
{message: "No API key found in request", hint: "No `apikey` request header or url param was found."}
No description
yFuzzy_
yFuzzy_OP13mo ago
The request actually went through, but there was an authorization issue. How can I add a --header 'Authorization: Bearer to the file sending request?
yFuzzy_
yFuzzy_OP13mo ago
No description
Baptiste
Baptiste12mo ago
Typebot uses minio JS SDK for all S3 operations We need to know how the client should be initialized properly

Did you find this page helpful?