Closed Pezmc closed 11 months ago
Possible cause is this line (introduced in https://github.com/tweedegolf/storage-abstraction/pull/43)
If endpoint ends up undefined, which it is for S3 normal, no credentials are passed to S3 client.
Config object being passed into the adapter is:
{
type: 's3',
accessKeyId: 'KEY_HERE',
secretAccessKey: 'SECRET_HERE',
region: 'eu-north-1',
bucketName: 'bucker-name'
}
Thanks, your fix has been merged and published to npm!
Being thrown by S3:
CredentialsProviderError: Could not load credentials from any providers
Example: