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
The UploadEntry provided to the external upload progress function has the client_meta field reset to nil, despite the meta being returned by the presign_upload/2 function.
Uploading as such works, but it's just that the client_meta is no longer available for the progress handler function.
Is this the intended behavior or an oversight?
Expected behavior
When the UploadEntry structure is provided to the progress upload handler, it should contain the client_meta field as returned by the :external 2-arity function.
The text was updated successfully, but these errors were encountered:
Environment
Actual behavior
RE: External upload
The
UploadEntry
provided to the external upload progress function has theclient_meta
field reset to nil, despite the meta being returned by thepresign_upload/2
function.Uploading as such works, but it's just that the
client_meta
is no longer available for the progress handler function.Is this the intended behavior or an oversight?
Expected behavior
When the
UploadEntry
structure is provided to the progress upload handler, it should contain theclient_meta
field as returned by the:external
2-arity function.The text was updated successfully, but these errors were encountered: