Is there a way to specify S3 storage option via co...
# prefect-community
j
Is there a way to specify S3 storage option via config file (and avoid having to specify the bucket explicitly in each flow)?
c
Not at this time - we did originally considered config options such as this, but we realized that it quickly led to an explosion of configuration because of the various storage options and their kwargs; you might consider creating a custom thin wrapper class that pulls the bucket from an env var for your own use case