diff --git a/fence/blueprints/data/blueprint.py b/fence/blueprints/data/blueprint.py index 18d251f4b..9114a0441 100644 --- a/fence/blueprints/data/blueprint.py +++ b/fence/blueprints/data/blueprint.py @@ -296,9 +296,7 @@ def download_file(file_id): """ Get a presigned url to download a file given by file_id. """ - print("#### In download route #####") result = get_signed_url_for_file("download", file_id) - print(f"Result : {result}") if not "redirect" in flask.request.args or not "url" in result: return flask.jsonify(result) return flask.redirect(result["url"]) diff --git a/fence/blueprints/data/indexd.py b/fence/blueprints/data/indexd.py index e2f6941c0..1d089738e 100644 --- a/fence/blueprints/data/indexd.py +++ b/fence/blueprints/data/indexd.py @@ -710,7 +710,6 @@ def get_signed_url( self, action, expires_in, public_data=False, force_signed_url=True, **kwargs ): - print("AWS SIGNED URL") aws_creds = get_value( config, "AWS_CREDENTIALS", InternalError("credentials not configured") ) diff --git a/poetry.lock b/poetry.lock index c1a1cab47..439c06694 100644 --- a/poetry.lock +++ b/poetry.lock @@ -498,7 +498,7 @@ oauth2client = ">=2.0.0,<4.0dev" type = "git" url = "https://github.com/uc-cdis/cirrus" reference = "fix/update_get_signed_url_to_V4" -resolved_reference = "eb26e5ba88b755bc99dfb875c5242d50268cda81" +resolved_reference = "882663ae4010683e5015e0468d66c789a202a539" [[package]] name = "gen3config"