Skip to content

Allow template strings for s3sink key

Kevin Wang requested to merge kevmo314/gst-plugins-rs:sprintf-key into main

Updates the key parameter in awss3sink to permit template strings for the index of the buffer. This aligns with the behavior of hlssink and splitmuxsink's location parameter.

Merge request reports