Minor Changes
-
24e96ee:
signRequestcan now return the object key it signed for, askeynext tourl. When a signing server stores the object under a different key than the one Uppy proposed (a directory prefix, a server-generated name), returning{ url, key }from the request that creates the upload, the single-partPUT, or the multipart create, makes Uppy use that key for the rest of the upload and report it inupload-success. Previously the client-generated key was reported even when the server had stored the object elsewhere (#6496).keyis optional. Signers that return only{ url }are unchanged. Requests that carry anuploadIdmust be signed for the key they receive; akeyreturned on those requests is ignored.