Closed
Description
Component(s)
exporter/awss3
Is your feature request related to a problem? Please describe.
There is no configuration option for queuing, retry and timeout for the AWS S3 exporter. I see that the exporterhelper is part of the factory.go but when I tried to use the options in my config.yaml, the collector wouldn't start
Describe the solution you'd like
I believe adding it in the config.go like this would add the options available
Describe alternatives you've considered
No response
Additional context
If the queuing, retry and timeout settings were left out intentionally, may I ask why they had to be taken out?