gst-plugins-rs/net
Arun Raghavan 724c6d6e32 rusoto: s3sink: Make remaining requests bounded in time
This implements a default timeout and retry duration for the remaining
S3 requests that were still able to be blocked indefinitely. There are 3
classes of operations: multipart upload creation/abort (should not take
too long), uploads (duration depends on part size), multipart upload
completion (can take several minutes according to documentation).

We currently only expose the part upload times as configurable, and hard
code the rest. If it seems sensible, we can expose the other two sets of
parameters as well.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/690>
2022-03-21 13:50:07 +05:30
..
hlssink3 Update versions to 0.8.3 2022-03-08 19:49:16 +02:00
reqwest Use SPDX license format in Cargo.toml 2022-03-21 13:50:07 +05:30
rusoto rusoto: s3sink: Make remaining requests bounded in time 2022-03-21 13:50:07 +05:30