gst-plugins-rs/net/aws/src
François Laignel 9f27bde36a aws: use fixed BehaviorVersion
Quoting [`BehaviorVersion` documentation]:

> Over time, new best-practice behaviors are introduced. However, these
> behaviors might not be backwards compatible. For example, a change which
> introduces new default timeouts or a new retry-mode for all operations might
> be the ideal behavior but could break existing applications.

This commit uses `BehaviorVersion::v2023_11_09()`, which is the latest
major version at the moment. When a new major version is released, the method
will be deprecated, which will warn us of the new version and let us decide
when to upgrade, after any changes if required. This is safer that using
`latest()` which would silently use a different major version, possibly
breaking existing code.

[`BehaviorVersion` documentation]: https://docs.rs/aws-config/1.1.8/aws_config/struct.BehaviorVersion.html

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1520>
2024-03-26 17:44:16 +01:00
..
s3hlssink Fix clippy warnings after upgrade to Rust 1.77 2024-03-21 17:33:32 +00:00
s3sink Use once_cell crate directly again 2024-01-31 18:07:57 +02:00
s3src Use once_cell crate directly again 2024-01-31 18:07:57 +02:00
transcribe_parse Use once_cell crate directly again 2024-01-31 18:07:57 +02:00
transcriber aws: use fixed BehaviorVersion 2024-03-26 17:44:16 +01:00
lib.rs aws: use fixed BehaviorVersion 2024-03-26 17:44:16 +01:00
s3url.rs aws: s3: Properly percent-decode GstS3Url 2023-10-24 12:52:12 -04:00
s3utils.rs aws: use fixed BehaviorVersion 2024-03-26 17:44:16 +01:00