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
Current when Send function constructs the InvokeBindingRequest, the Metadata is from the predefined value.
However, some of the Dapr APIs need to provide metadata for example: bindings.aws.s3 to download a specified file from a remote storage. Hence, ofn should support overwrting metadata.
The text was updated successfully, but these errors were encountered:
Current when
Send
function constructs the InvokeBindingRequest, theMetadata
is from the predefined value.However, some of the Dapr APIs need to provide
metadata
for example: bindings.aws.s3 to download a specified file from a remote storage. Hence, ofn should support overwrtingmetadata
.The text was updated successfully, but these errors were encountered: