Skip to content

Commit

Permalink
fix: s3 metadata bucket uri
Browse files Browse the repository at this point in the history
  • Loading branch information
BenitoVisone committed Jan 3, 2025
1 parent af67f90 commit 955c575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infra/api/oi.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@
"x-amazon-apigateway-integration": {
"credentials": "${s3_apigateway_proxy_role}",
"httpMethod": "GET",
"uri": "${metadata_bucket_uri}/${method.request.path.id_type}.xml",
"uri": "${metadata_bucket_uri}/{method.request.path.id_type}.xml",
"type": "aws",
"passthroughBehavior": "WHEN_NO_TEMPLATES",
"requestParameters": {
Expand Down

0 comments on commit 955c575

Please sign in to comment.