diff --git a/pillar/api/file_storage_backends/gcs.py b/pillar/api/file_storage_backends/gcs.py index 780aaa99..5829125b 100644 --- a/pillar/api/file_storage_backends/gcs.py +++ b/pillar/api/file_storage_backends/gcs.py @@ -51,7 +51,7 @@ class GoogleCloudStorageBucket(Bucket): backend_name = 'gcs' - def __init__(self, name: str, subdir='_/') -> None: + def __init__(self, name: str, subdir='_') -> None: super().__init__(name=name) self._log = logging.getLogger(f'{__name__}.GoogleCloudStorageBucket')