https://kedro.org/ logo
#questions
Title
# questions
z

Zemeio

11/16/2022, 5:11 AM
Hello everyone. Does anyone know if there is documentation on how to use google storage files instead of amazon s3?
m

marrrcin

11/16/2022, 7:31 AM
Most of the Kedro datasets should work out of the box, as they’re using fsspec for file operations. As long as you have
gcsfs
dependency installed it should work.
z

Zemeio

11/16/2022, 7:34 AM
Right, but how do I set up the credentials? Should I use environment variables?
m

marrrcin

11/16/2022, 7:52 AM
You can either use
credentials.yml
or just set
GOOGLE_APPLICATION_CREDENTIALS
env variable and point to service account json path
z

Zemeio

11/16/2022, 9:05 AM
I'm not sure how to set up the credentials for google cloud, so I guess I'll just use the env variable. Thanks for the answer.
6 Views