diff --git a/swh/objstorage/backends/libcloud.py b/swh/objstorage/backends/libcloud.py --- a/swh/objstorage/backends/libcloud.py +++ b/swh/objstorage/backends/libcloud.py @@ -61,7 +61,7 @@ def __init__( self, container_name: str, - compression: Optional[str] = None, + compression: str = "gzip", path_prefix: Optional[str] = None, **kwargs, ):