You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now the SQS transport does not allow to specify an AWS profile in the DSN string. This is problematic because using AWS profile is very common on developer machines.
For now the SQS transport does not allow to specify an AWS profile in the DSN string. This is problematic because using AWS profile is very common on developer machines.
We should be able to provide DSN like this one.
As a result we should let the AWS PHP SDK do its job to read the correct AWS credentials from the
~/.aws/credentials
file. The AWS PHP SDK will then used its INI file code to parse this file (see https://github.com/aws/aws-sdk-php/blob/master/src/Credentials/CredentialProvider.php#L391).I'll provide a PR for this just after.
The text was updated successfully, but these errors were encountered: