Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: aws path normalization in windows #842

Merged
merged 2 commits into from Aug 17, 2021
Merged

fix: aws path normalization in windows #842

merged 2 commits into from Aug 17, 2021

Conversation

bojeil-google
Copy link
Contributor

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.

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.
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 17, 2021
Copy link
Contributor

@tseaver tseaver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was there an issue opened for the broken window? :)

@bojeil-google
Copy link
Contributor Author

Was there an issue opened for the broken window? :)

It was open internally. It went through customer support. I can provide more details or open an issue if needed. Let me know your preference.

@tseaver
Copy link
Contributor

tseaver commented Aug 17, 2021

@bojeil-google The PR can merge without it, but having a link to the issue in the changelog might help folks figure out whether they had the problem fixed in whatever release.

@bojeil-google
Copy link
Contributor Author

Fixes #844

@bojeil-google
Copy link
Contributor Author

@bojeil-google The PR can merge without it, but having a link to the issue in the changelog might help folks figure out whether they had the problem fixed in whatever release.

I agree. Done.

@arithmetic1728 arithmetic1728 merged commit 4e0fb1c into googleapis:master Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants