Skip to content

Commit

Permalink
Merge bb80bae into 7cbc74c
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsx committed Jun 17, 2021
2 parents 7cbc74c + bb80bae commit baf80b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 22 deletions.
4 changes: 0 additions & 4 deletions fence/blueprints/data/indexd.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,8 +986,6 @@ def _generate_anonymous_google_storage_signed_url(
http_verb,
expiration_time,
extension_headers=None,
content_type="",
md5_value="",
service_account_creds=private_key,
requester_pays_user_project=r_pays_project,
)
Expand Down Expand Up @@ -1116,8 +1114,6 @@ def _generate_google_storage_signed_url(
http_verb,
expiration_time,
extension_headers=None,
content_type="",
md5_value="",
service_account_creds=private_key,
requester_pays_user_project=r_pays_project,
)
Expand Down
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ flask-restful = "^0.3.6"
flask_sqlalchemy_session = "^1.1"
email_validator = "^1.1.1"
gen3authz = "^1.0"
gen3cirrus = "~1.3.0"
gen3cirrus = "^1.4.0"
gen3config = "^0.1.7"
gen3users = "^0.6.0"
idna = "^2.10" # https://github.com/python-poetry/poetry/issues/3555
Expand Down

0 comments on commit baf80b4

Please sign in to comment.