YuzuTen / membrane_s3_plugin

Membrane framework plugin to support S3 sources/destinations
Apache License 2.0
5 stars 3 forks source link

Fix upload at end of stream #9

Closed jbcden closed 1 year ago

jbcden commented 1 year ago

Previously we were uploading in handle_prepared_to_stopped which is triggered when the pipeline is killed; however, we want uploads to occur when a file / stream of data is complete.