bref icon indicating copy to clipboard operation
bref copied to clipboard

Additional documentation suggestions for Laravel and SES

Open h-kusaba-1001 opened this issue 3 years ago • 3 comments

hello! Thank you for developing the always useful bref pacakge.

I'd like to suggest additional documentation for Laravel and SES.

I think the code of 'token' => env('AWS_SESSION_TOKEN'), should be added to the document in the ses part of config/services.php, similar to the S3 config settings. .

Without considering this, I spent 6 hours worrying about not being able to send SES from Lambda.

Please consider it!

h-kusaba-1001 avatar Nov 14 '22 01:11 h-kusaba-1001

Hi, thanks for the suggestion! Pull requests are welcome!

mnapoli avatar Nov 14 '22 09:11 mnapoli

I have set services.php

'token' => env('AWS_SESSION_TOKEN')

But l have this error now:

"Invalid configuration value provided for "token". Expected Aws\Token\TokenInterface|Aws\CacheInterface|array|bool|callable, but got string(904)

connexify avatar Dec 18 '22 14:12 connexify

@connexify take a look at this: https://github.com/brefphp/bref/issues/1336#issuecomment-1333475111

mnapoli avatar Dec 19 '22 11:12 mnapoli