c0a41722e5
Some users report that JS/Python types lack a `useSignature` attribute, which only works when `secure=true` is set for the sandbox. This change removes the `useSignatrue` parameter and makes all upload/download URL requests signed if `secure` was provided, making sure the function will work for all possible cases. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ben Fornefeld <50748440+ben-fornefeld@users.noreply.github.com>
Changesets
To add changeset run:
npx changeset
in the root of the project. This will create a new changeset in the .changeset folder.