GCS
Any GCS specific configuration.
Attributes
- gsutil_parallelism: bool = False
- Any GCS specific configuration.
Methods
def auto()
-
Auto-detects GCS configuration from environment variables.
-
Return Value: GCS
- An instance of GCS with auto-detected configuration.
def get_fsspec_kwargs(anonymous: bool = False, kwargs: **kwargs) - > typing.Dict[str, typing.Any]
-
Retrieves fsspec keyword arguments for GCS.
-
Parameters
- anonymous: bool
- Whether to use anonymous access.
- kwargs: **kwargs
- Additional keyword arguments.
- anonymous: bool
-
Return Value: typing.Dict[str, typing.Any]
- A dictionary of fsspec keyword arguments.