gst-plugins-rs/net/aws/src
Arun Raghavan a54b2dd39e aws: s3: Add a new awss3putobjectsink
When streaming small amounts of data, using awss3sink might not be a
good idea, as we need to accumulate at least 5 MB of data for a
multipart upload (or we flush on EOS).

The alternative, while inefficient, is to do a complete PutObject of
_all_ the data periodically so as to not lose data in case of a pipeline
failure. This element makes a start on this idea by doing a PutObject
for every buffer.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1337>
2023-12-18 10:39:23 -05:00
..
s3hlssink Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00
s3sink aws: s3: Add a new awss3putobjectsink 2023-12-18 10:39:23 -05:00
s3src Update to AWS SDK 0.101 / 0.59 / 0.38 2023-11-20 10:13:13 +02:00
transcribe_parse Update for gst::Rank API changes 2023-11-02 14:10:59 +02:00
transcriber Update to latest AWS SDK 2023-11-17 11:22:29 +02:00
lib.rs net/aws: remove aws_ from the aws_transcribe* folder names 2023-03-01 08:47:58 +00:00
s3url.rs aws: s3: Properly percent-decode GstS3Url 2023-10-24 12:52:12 -04:00
s3utils.rs Update to latest AWS SDK 2023-11-17 11:22:29 +02:00