CredentialsProviderError

I have s3 storage (custom minio endpoint) configured, but I get this CredentialsProviderError
code: "INTERNAL_SERVER_ERROR"
response: "Could not load credentials from any providers"
code: "INTERNAL_SERVER_ERROR"
response: "Could not load credentials from any providers"
ENV
STORAGE_S3_ENDPOINT=https://xxx
STORAGE_S3_NAME=xxx
STORAGE_S3_REGION=xxx
STORAGE_TYPE=s3
STORAGE_S3_ENDPOINT=https://xxx
STORAGE_S3_NAME=xxx
STORAGE_S3_REGION=xxx
STORAGE_TYPE=s3
docker-compose
- 'STORAGE_TYPE=${STORAGE_TYPE}'
- 'STORAGE_S3_REGION=${STORAGE_S3_REGION}'
- 'STORAGE_S3_NAME=${STORAGE_S3_NAME}'
- 'STORAGE_S3_ENDPOINT=${STORAGE_S3_ENDPOINT}'
- 'STORAGE_TYPE=${STORAGE_TYPE}'
- 'STORAGE_S3_REGION=${STORAGE_S3_REGION}'
- 'STORAGE_S3_NAME=${STORAGE_S3_NAME}'
- 'STORAGE_S3_ENDPOINT=${STORAGE_S3_ENDPOINT}'
Does anyone know why this might be?
3 Replies
Brendan
Brendan4mo ago
https://github.com/twentyhq/twenty/discussions/5072 only the credential provider variant is configurable at the moment ...
GitHub
S3 via Access Keys · twentyhq twenty · Discussion #5072
It's definitely possible I'm just missing something, but it looks like Twenty doesn't currently support providing an access key ID and secret for S3 compatible storage. I'm using fl...
Brendan
Brendan4mo ago
For this some extra env vars are needed
charles
charles4mo ago
ty @Brendan indeed! It looks to be a light change. If you have technical skills feel free to give a try, happy to review and merge the PR
Want results from more Discord servers?
Add your server