https://prefect.io logo
r

redsquare

11/24/2022, 5:46 PM
When using s3 storage does a k8s job when running the flow just download the files from the s3 path indicated in the deployment rather than the whole bucket?
wondering if I can get parent folders included and add to sys path so I can use the functions
a

Anna Geller

11/24/2022, 10:33 PM
The bucket path argument specifies the path
So not the whole bucket, only the given path gets downloaded
1