ep
03/30/2022, 9:00 AMAnna Geller
03/30/2022, 10:32 AMstored_as_script=True
, then Prefect will try to upload your flow to S3 during registration. If you upload your flows to S3 yourself, you can set it to False and your CI registration will not complain about missing AWS credentials.
However, if you want that your flow gets uploaded to S3 upon registration, then yes, you should add auth to AWS in your Github Actions workflow.
If you need some examples with various s3 storage and ECSRun run_config configurations, you can find them in this repo https://github.com/anna-geller/packaging-prefect-flows/blob/master/flows/s3_ecs_run.pyep
03/30/2022, 10:56 AMAnna Geller
03/30/2022, 11:43 AMairbyte.map(connection_id=connections)
Kevin gave an example hereep
03/30/2022, 11:46 AM