We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71099c commit 2cf0648Copy full SHA for 2cf0648
src/clusterfuzz/_internal/google_cloud_utils/storage.py
@@ -1341,7 +1341,7 @@ def delete_signed_urls(urls):
1341
1342
1343
def _sign_urls_for_existing_file(
1344
- url_and_include_delete_urls: Tuple[str, bool]
+ url_and_include_delete_urls: Tuple[str, bool],
1345
minutes: int = SIGNED_URL_EXPIRATION_MINUTES) -> Tuple[str, str]:
1346
corpus_element_url, include_delete_urls = url_and_include_delete_urls
1347
download_url = get_signed_download_url(corpus_element_url, minutes)
0 commit comments