hey folks, is there a way to get METAFLOW_DATATOOL...
# ask-metaflow
g
hey folks, is there a way to get METAFLOW_DATATOOLS_SYSROOT_S3 value in metaflow S3 client without any additional getters or setters? like
with S3(): do stuff
and it will work with the root?
1
v
hmm, if you use
S3()
without a root, it'll use
METAFLOW_DATATOOLS_SYSROOT_S3
and the objects it returns will have a full S3 URL created accordingly
did you have something else in mind?
g
got it, let me try it out, thanks!