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
We’re getting a crash here for filenames with spaces in them.
Our fix locally is to percent encode the key, but well, we should remove this bang, it's not safe. Either throw or percent encode ourselves (possibly thus percent encoding twice, not sure if there's a logical way to prevent that).
Happy to PR, LMK what you think.
The text was updated successfully, but these errors were encountered:
https://github.com/swift-aws/s3/blob/9deea717490c08c5dac87e8b818cbdb2b227c7e6/Sources/SwiftAWSS3/S3RequestMiddleware.swift#L40
We’re getting a crash here for filenames with spaces in them.
Our fix locally is to percent encode the key, but well, we should remove this bang, it's not safe. Either throw or percent encode ourselves (possibly thus percent encoding twice, not sure if there's a logical way to prevent that).
Happy to PR, LMK what you think.
The text was updated successfully, but these errors were encountered: