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
I am trying to sign a URL to upload a file in the S3 bucket. when passing the credentials and headers It sends Header contnet-lenght as a string. As per XMLHttpRequest, all header values need to be strings.
Please provide a fix while returning the header values need to be in the form of a string.
The text was updated successfully, but these errors were encountered:
I am trying to sign a URL to upload a file in the S3 bucket. when passing the credentials and headers It sends Header
contnet-lenght
as a string. As perXMLHttpRequest
, all header values need to be strings.Please provide a fix while returning the header values need to be in the form of a string.
The text was updated successfully, but these errors were encountered: