mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
909 stars 187 forks source link

Custom credentials for AWS authentication #76

Closed giorgiomen closed 4 years ago

giorgiomen commented 4 years ago

Introducing a way to use custom credentials alternative to the key-secret one.

See related issue cviebrock#75

cviebrock commented 4 years ago

Thanks!