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
Hello!
Thanks a lot for your library, it really useful, but unfortunately I faced an unexpected behavior. Maybe I've missed up something, I'm expecting that the following code will returned a valid pre-signed URL to the object, but it doesn't work properly due to double slash (//) between the hostname (endpoint) and the object path:
Hello!
Thanks a lot for your library, it really useful, but unfortunately I faced an unexpected behavior. Maybe I've missed up something, I'm expecting that the following code will returned a valid pre-signed URL to the object, but it doesn't work properly due to double slash (//) between the hostname (endpoint) and the object path:
The actual URL without the workaround is:
k6-jslib-aws/src/internal/signature.ts
Lines 167 to 169 in 06c4196
Probably the same logic as in the code above should be here to avoid extra slash, but I'm not sure completely:
k6-jslib-aws/src/internal/signature.ts
Line 276 in 06c4196
The text was updated successfully, but these errors were encountered: