Tom Ebeyer
Tom Ebeyer
TTwenty
Created by Tom Ebeyer on 6/25/2024 in #❓︱help
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?
5 replies