ml4floods icon indicating copy to clipboard operation
ml4floods copied to clipboard

[DataPrep] Replace google.cloud.storage API with cloudpathlib

Open jejjohnson opened this issue 4 years ago • 0 comments

The google.cloud.api is clunky. It really makes things annoying with having to parse the string for specifics (e.g., bucket, path, file). We have a lot of unnecessary wrappers everywhere in our utils section.

I suggest we use cloudpathlib. Very simple and similar API to Pathlib.

jejjohnson avatar Feb 21 '21 06:02 jejjohnson