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 noticed this during some drive-by testing; if you generate a pre-signed URL for an s3 object, the validatekey function will fail because the urls are often > 1024 characters, because we're currently including the object name and everything after it in the URL as the "key". We need to maybe call URIs.URI so we can split out the query portion of the url before passing to validatekey.
cc: @Drvi
The text was updated successfully, but these errors were encountered: