When upgrading to AWS SDKv3 in a Node backend, there are changes in how requests are made.In SDKv3, the credential provider is stricter and cannot read credentials from IAM role via IMDS.To access S3 resources, you need to specify the credential provider explicitly from the credential-provider-node package.Other clients for different services also have the credentials option.