Ashray Jain
Ashray Jain
I was more interested in the latter where specific paths can be listed
Can we get a release with this PR merged please?
@mihasya Are there any plans/interest for addressing this? Happy to contribute a PR if so
@p-kozlowski you are correct. I have updated this to also rescale on `Snapshot()`
@ryanmcnamara I don't quite follow the problem above. Maybe you have a typo here? `To output one log line every 2 seconds`? The output is infact a log line every...
Cool, maybe a "fix" for this is instead of making MaxBackoff 0, we set it to the initial backoff value if that is configured?
Cool, "0" works then. I really think we should make sure nobody gets burned by this change though. Can we excavate all places that use retry.Do currently without setting a...
my vote is for approach 3 which is the cleanest and imo, the "right" way to handle this. We can choose to deprecate v1 and remove it entirely after some...
I believe this is happening because of the `force_path_style(true)` configuration here: https://github.com/vectordotdev/vector/blob/master/src/common/s3.rs#L11