Basically we want to put an API Gateway in front of the lakeFS API in order to control access to the API with IAM authorization. The LakeFS is hosted in ECS with an ALB in front. In order to send requests using the built-in python sdk to the API Gateway, we need sigv4 auth but the current built-in python sdk auth has the problem I mentioned above