Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 7, 2024
1 parent fef30b8 commit 54377ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/hls/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ BASE_URL=$(dirname "$NODE_URL" | xargs dirname)
TID=$(curl -s "$BASE_URL/term_from_term_name?vocab=islandora_media_use&name=Service+File&_format=json" | jq '.[0].tid[0].value')

curl -s \
-X PUT \
-H "Authorization: $SCYLLARIDAE_AUTH" \
-H "Content-Type: application/gzip" \
-H "Content-Location: private://derivatives/hls/$NID/hls.tar.gz" \
--data-binary "@$TMP_DIR/hls.tar.gz" \
-T "$TMP_DIR/hls.tar.gz" \
"$NODE_URL/media/file/$TID"

rm -rf "$TMP_DIR"

0 comments on commit 54377ce

Please sign in to comment.