sanity-io / sanity-plugin-mux-input

An input component that integrates Sanity Studio with MUX.com video encoding/hosting service.
https://mux.com
MIT License
45 stars 55 forks source link

Signed URL uploads produce Mux assets with both signed and public playback IDs. #367

Open sharpsteelsoftware opened 1 month ago

sharpsteelsoftware commented 1 month ago

Hello!

Description: Signed URL uploads produce Mux assets with both signed and public playback IDs.

Reproduction: Utilize "sanity-plugin-mux-input": "^2.3.4" and upload a video with signed URLs checked. Use Postman or Mux web dashboard to inspect the video asset and notice that it has both a public and a signed playback ID.

Expected behavior: Public ID should not exist and only signed playback ID should be in the asset

Versions "sanity": "^3.39.0", "sanity-plugin-mux-input": "^2.3.4"

Operating system Mac 14.4.1 (23E224)

Node and NPM 10.5.0 v20.12.2

Thanks!