gst-plugins-rs/net/aws/src
rajneeshksoni 62f76e1e8b s3sink: Dont set call_timeout,call_attempt_timeout is enough with retry.
When call_timeout is triggered, request will fail
irrespective of the retry setting. call_timeout define
max time request can take along with retry.
It can be solved by either setting call_timeout to
retry * call_attempt_timeout or not setting the call_timeout.

As per thread call_attempt and rety setting is enough.
https://github.com/awslabs/aws-sdk-rust/issues/558
2022-09-13 08:02:54 +00:00
..
aws_transcribe_parse Rename rusoto to aws 2022-06-14 08:03:49 +00:00
aws_transcriber awstranscriber: only set vocabulary filter when vocabulary is set 2022-09-09 06:53:54 +00:00
s3hlssink Update for GLib ParamSpec builder API changes 2022-09-05 11:45:47 +03:00
s3sink Update for GLib ParamSpec builder API changes 2022-09-05 11:45:47 +03:00
s3src Generate plugins documentation using hotdoc 2022-08-29 18:33:22 -04:00
lib.rs Allow "unused_doc_comments" as we use hotdoc and not rustdoc 2022-08-29 18:33:22 -04:00
s3url.rs Rename rusoto to aws 2022-06-14 08:03:49 +00:00
s3utils.rs s3sink: Dont set call_timeout,call_attempt_timeout is enough with retry. 2022-09-13 08:02:54 +00:00