Describe the bug
When you have configs in an s3 bucket that have the .yaml
file extension (as opposed to the .yml
extension), they get ignored. I am not sure, why the format has two extensions, but at least according to https://yaml.org/faq.html, it should be yaml
:smile:
Sample
This part of the code seems to contain the logic to "search" for the config. It would be great to add another branch that fetches files with yaml
extension.