Skip to content

Instantly share code, notes, and snippets.

@abpin
Last active May 7, 2022 14:48
Show Gist options
  • Save abpin/4388d808629d149b13245552ce61fae8 to your computer and use it in GitHub Desktop.
Save abpin/4388d808629d149b13245552ce61fae8 to your computer and use it in GitHub Desktop.
move antmedia streams to s3
#!/usr/bin/bash
for i in {0..10}
do
aws s3 mv /usr/local/antmedia/webapps/WebRTCAppEE/streams/ s3://mofalive/streams/ --recursive
sleep 3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment