Hello, is there a way to parameterize an s3 bucket...
# ask-community
j
Hello, is there a way to parameterize an s3 bucket path for storing results when declaring a flow? I know in prefect 1 it was doable by just passing in a path like
{bucket}/jobs/{Id}/prefect
but that doesn't seem to be working in prefect 2
s
You could parameterize an s3 bucket path by using its get_directory help function
👍 1