diff --git a/fedn/fedn/common/storage/s3/__init__.py b/fedn/fedn/common/storage/s3/__init__.py index e721159ae..f74a399f3 100644 --- a/fedn/fedn/common/storage/s3/__init__.py +++ b/fedn/fedn/common/storage/s3/__init__.py @@ -1,2 +1,2 @@ -""" Module handling storage of objects in S3/MinIO object storage. This functionality is used by the controller +""" Module handling storage of objects in S3/MinIO object storage. This functionality is used by the controller to store global models in the model trail in persistent storage. """