https://flyte.org logo
#contribute
Title
# contribute
k

Kevin Su

05/31/2023, 8:09 PM
no, you could use fsspec or awscli
b

Byron Hsu

05/31/2023, 8:41 PM
How hard is it to add a
remote_file
func in flyteremote if we want
k

Kevin Su

05/31/2023, 8:54 PM
what do you want to do in
remote_file
func
b

Byron Hsu

05/31/2023, 8:54 PM
oh typo
remove_file
k

Kevin Su

05/31/2023, 8:56 PM
there is a file_access_provider that allows you to upload / download a file. https://github.com/flyteorg/flytekit/blob/master/flytekit/core/data_persistence.py
you could add a delete function?
b

Byron Hsu

05/31/2023, 8:56 PM
oh cool
thanks