big-football-5446
05/17/2023, 6:02 AM'.'
here:
self._tmpdir = mkdtemp(dir=tmproot, prefix="metaflow.s3.")
This is in a k8s pod, dosnt have access to write to default dir thats why I need to set it to a writeable dir.
Is there something im missing?