-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use urllib.quote() instead of pathname2url() (#525)
Listening to bucket events is not working properly for Windows since pathname2url was trying to encode s3:ObjectCreated:* which is not a valid path under Windows. Correct the behavior by using urllib.quote() and unquote() instead.
- Loading branch information
1 parent
8889020
commit b1fe9d3
Showing
2 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters