Hi Team - wondering if there is a way to create an...
# ask-the-community
h
Hi Team - wondering if there is a way to create an output dir and upload files to minio with ImageSpec without using ContainerTask such as shown in https://gist.github.com/pryce-turner/0a67f86febdc812c9a2a9e739c22eeca Something like
def process(in_fd: FlyteDirectory, out_fd: FlyteDirectory): ...
s
@Hud, do you want to automatically upload files to a remote directory in minio?
h
Yes, to one that I can define a path to, in which I can create more subdirectories
s