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
Is there a way to upload image files using aws4? I'm selecting the image file from the standard <input type="file"> and I would like to pass the image file to my API Gateway endpoint. However, I'm unfamiliar on how to sign the request with aws4 when the body of the request is a file object.
Any help?
The text was updated successfully, but these errors were encountered:
Is there a way to upload image files using
aws4
? I'm selecting the image file from the standard<input type="file">
and I would like to pass the image file to my API Gateway endpoint. However, I'm unfamiliar on how to sign the request withaws4
when the body of the request is a file object.Any help?
The text was updated successfully, but these errors were encountered: