<div id="geary-body" dir="auto"><div>Hello, I want to use an rusotos3sink to periodically upload a snapshot to AWS S3.</div><div>I created a pipeline like this : </div><div><br></div><div>gst-launch-1.0  \</div><pre class="code highlight" lang="plaintext"><span id="LC2" class="line" lang="plaintext">    videotestsrc ! \</span></pre><pre class="code highlight" lang="plaintext">    videorate ! \</pre><pre class="code highlight" lang="plaintext">    video/x-raw,framerate=1/30 ! \</pre><pre class="code highlight" lang="plaintext"><span id="LC3" class="line" lang="plaintext">    jpegenc ! \</span> </pre><pre class="code highlight" lang="plaintext">    rusotos3sink bucket=example-bucket key=my/file.jpeg region=us-west-1
</pre><div><br>But the images are not loaded.</div><div><br></div><div>How can this be fixed?</div></div>