commit | 4e0fb1cee78ee56b878b6e12be3b3c58df242b05 | [log] [tgz] |
---|---|---|
author | bojeil-google <bojeil-google@users.noreply.github.com> | Tue Aug 17 15:56:39 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Aug 17 15:56:39 2021 -0700 |
tree | a90eff5981def0c40403685d5bedc4a015ca8248 | |
parent | 71cb0118419ba07d386199befa3ac2efd9cdad3b [diff] |
fix: aws path normalization in windows (#842) Path normalization for the canonical_uri was broken in windows. This is because we were using `os.path.normpath`. This normalizes "/" paths to "\\" in Windows OS. Confirmed the fix is working in Windows.