From 837baf6f91c3fc3b41bb1a616158f6f2a2194846 Mon Sep 17 00:00:00 2001 From: Alexander VanTol Date: Tue, 2 Jan 2024 09:12:33 -0600 Subject: [PATCH] Update indexd.py --- fence/blueprints/data/indexd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fence/blueprints/data/indexd.py b/fence/blueprints/data/indexd.py index 35ebce65a..e05657774 100755 --- a/fence/blueprints/data/indexd.py +++ b/fence/blueprints/data/indexd.py @@ -82,7 +82,7 @@ def get_signed_url_for_file( r_pays_project = flask.request.args.get("userProject", None) db_session = db_session or current_app.scoped_session() - # default to signing the url + # default to signing the URL force_signed_url = True no_force_sign_param = flask.request.args.get("no_force_sign") if no_force_sign_param and no_force_sign_param.lower() == "true":