Skip to content

rusoto: s3sink, s3src: Retry on server errors

Arun Raghavan requested to merge arun/gst-plugins-rs:rusoto-retry-on-5xx into main

We can retry in the case of 500/503/other errors that might occur that might be recoverable, instead of bailing.

Merge request reports