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'm looking to replace the S3 SDKs with this library and one item I can't work out from the examples is how to make content length and mime type part of the signing request so the client cannot upload a huge file to the key, or a malicious mime type.
Here is my current S3 SDK signing request I'm looking to replace:
I'm looking to replace the S3 SDKs with this library and one item I can't work out from the examples is how to make content length and mime type part of the signing request so the client cannot upload a huge file to the key, or a malicious mime type.
Here is my current S3 SDK signing request I'm looking to replace:
What I have so far:
Thanks!
The text was updated successfully, but these errors were encountered: