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 547ee94 commit a3ad1e9Copy full SHA for a3ad1e9
services/storage/src/simcore_service_storage/modules/s3.py
@@ -41,7 +41,7 @@ async def _on_startup() -> None:
41
f"{client=}",
42
json_dumps(attempt.retry_state.retry_object.statistics),
43
)
44
- assert client # nosec
+ assert client # nosec
45
app.state.s3_client = client
46
47
with log_context(_logger, logging.DEBUG, msg="setup.s3_bucket.cleanup_ctx"):
0 commit comments