You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sign: Don't delete source container before trying to inject signature
The new flow requires the source container, so we can't delete
it before trying to inject the signature.
Rework both paths to write to a temporary path, then `rename()` into
place for consistency, and this is also closer to being an atomic
operation.
0 commit comments