-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #730 from asfadmin/rew/pr-4752-presigned-url-escape
PR-4752 Fix issue with presigned URLs not working for keys with weird characters
- Loading branch information
Showing
6 changed files
with
74 additions
and
76 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile requirements/requirements-make.in | ||
# | ||
importlib-metadata==6.0.0 | ||
importlib-metadata==6.6.0 | ||
# via markdown | ||
jinja2==3.1.2 | ||
# via -r requirements/requirements-make.in | ||
markdown==3.4.1 | ||
markdown==3.4.3 | ||
# via | ||
# -r requirements/requirements-make.in | ||
# pymdown-extensions | ||
markupsafe==2.1.2 | ||
markupsafe==2.1.3 | ||
# via jinja2 | ||
pygments==2.14.0 | ||
pygments==2.15.1 | ||
# via -r requirements/requirements-make.in | ||
pymdown-extensions==9.9.2 | ||
pymdown-extensions==10.0.1 | ||
# via -r requirements/requirements-make.in | ||
zipp==3.12.1 | ||
pyyaml==6.0 | ||
# via pymdown-extensions | ||
zipp==3.15.0 | ||
# via importlib-metadata |
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
Oops, something went wrong.