jcozar
04/10/2023, 10:07 AMS3
storage. I have a simple flow and a deployment for that flow. I'm using storage=S3(bucket_path="...")
It correctly uploads everything in the folder where I run the python file with my deployment (I can ignore some files using .prefectignore file). However, it uploads everything to the bucket. I can use the path
argument of the deployment to myflow
so files are uploaded inside that prefix in my bucket. The problem is that when I run a flow, the agent does not find the flow and it crashes.
Am I doing something wrong? Thank you!redsquare
04/10/2023, 11:09 AMNelson Griffiths
04/10/2023, 11:26 AMjcozar
04/10/2023, 3:00 PMprefect.filesystems.S3
or prefect_aws.S3Bucket
?prefect_aws
you can select the bucket folder where you want to store the results/flows, it worked like charm 🙌