Hi,
We 2 self-hosted instances of UI-Bakery deployed (Dev & Prod) with Git enabled in AWS and want to make our code environment agnostic however im struggling when using the S3 Query in the actions library. Instead of hardcoding the bucket name (which is obvs different between environments) i would like to query the data source to obtain the Default S3 bucket name which due to it being setup in the data source which is not source controlled.
Does anyone have any ideas how to do this or another suggestion i could use so that we can deploy our actions to Production without any downstream changes needed?
TIA