Skip to content

Commit 8a5405b

Browse files
remove todo
1 parent 09dab2e commit 8a5405b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gen3workflow/routes/s3.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,6 @@ async def s3_endpoint(path: str, request: Request):
343343
)
344344
s3_api_url = f"https://{user_bucket}.s3.{region}.amazonaws.com/{api_endpoint}"
345345
logger.debug(f"Outgoing S3 request: '{request.method} {s3_api_url}'")
346-
347-
# TODO: Enclose this with a retry if S3 response with a 500 error (which is possible! Failing
348-
# fast can break a whole nextflow workflow)
349346
response = await request.app.async_client.request(
350347
method=request.method,
351348
url=s3_api_url,

0 commit comments

Comments
 (0)