pagevamp / laravel-cloudwatch-logs

Cloud Watch Driver for Laravel as needed at pagevamp
93 stars 48 forks source link

Added support for AWS profiles #25

Open apokryfos opened 4 years ago

apokryfos commented 4 years ago

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

developernaren commented 4 years ago

@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?

apokryfos commented 4 years ago

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.