I'm just starting out with metaflow and had a ques...
# ask-metaflow
s
I'm just starting out with metaflow and had a question about storing artifacts to Google Cloud Storage. I've seen https://docs.metaflow.org/scaling/data#data-in-s3-metaflows3, but is there an equivalent to that for GCS?
1
a
we haven't exposed a similar client for GCS yet - the best bet would to use the gcs python client as is
s
Ok thanks!