GCS: the slash is a separator, and not part of the directory name itself.
This commit is contained in:
@@ -51,7 +51,7 @@ class GoogleCloudStorageBucket(Bucket):
|
|||||||
|
|
||||||
backend_name = 'gcs'
|
backend_name = 'gcs'
|
||||||
|
|
||||||
def __init__(self, name: str, subdir='_/') -> None:
|
def __init__(self, name: str, subdir='_') -> None:
|
||||||
super().__init__(name=name)
|
super().__init__(name=name)
|
||||||
|
|
||||||
self._log = logging.getLogger(f'{__name__}.GoogleCloudStorageBucket')
|
self._log = logging.getLogger(f'{__name__}.GoogleCloudStorageBucket')
|
||||||
|
Reference in New Issue
Block a user