Initial checklist
Problem
When hooking completeMultipartUpload, you can return a location string to display a link in Dashboard.
https://uppy.io/docs/aws-s3-multipart/#completemultipartuploadfile--uploadid-key-parts-
However, this is not present in getUploadParameters: https://uppy.io/docs/aws-s3-multipart/#getuploadparametersfile-options
(Side note: getUploadParameters doesn't actually pass option, that might be an oversight in the documentation?)
Solution
Allow getUploadParameters to return a location property.
Alternatives
Maybe have a getLocation(key) function in the S3 plugin?
Initial checklist
Problem
When hooking
completeMultipartUpload, you can return alocationstring to display a link in Dashboard.https://uppy.io/docs/aws-s3-multipart/#completemultipartuploadfile--uploadid-key-parts-
However, this is not present in
getUploadParameters: https://uppy.io/docs/aws-s3-multipart/#getuploadparametersfile-options(Side note: getUploadParameters doesn't actually pass
option, that might be an oversight in the documentation?)Solution
Allow
getUploadParametersto return alocationproperty.Alternatives
Maybe have a
getLocation(key)function in the S3 plugin?