laravel-cloudwatch-logs icon indicating copy to clipboard operation
laravel-cloudwatch-logs copied to clipboard

Added support for AWS profiles

Open apokryfos opened this issue 5 years ago • 2 comments

Added support for AWS profiles (as per https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_profiles.html)

apokryfos avatar Aug 27 '20 14:08 apokryfos

@apokryfos when I add the profile key, it is not logging things, are there any external setups that I need to do to test this?

developernaren avatar Aug 28 '20 07:08 developernaren

This should work if you have a ~/.aws/credentials file with the profile you specified in it (the syntax is shown in https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_profiles.html) but this will probably not work in combination with providing the credentials directly.

apokryfos avatar Sep 06 '20 05:09 apokryfos