Braun Reyes
01/05/2021, 10:57 PMIf neither are set then script will not be uploaded and users should manually place the script file in the desired key location in an S3 bucket.
I could not gather how to make sure the flow run will use the S3 artifact.local_script_path
to the storage object and flow run will be smart enough to put from the key I provide?Jim Crist-Harif
01/06/2021, 12:05 AMstored_as_script
but not local_script_path
, then prefect assume's you've put the file there yourself. Only if local_script_path
is set will prefect upload the file for you (this is also automatically done if you use prefect register flow
).