Skip to content

Commit

Permalink
fix: 🐛 Fix example requestMapper [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart2967 committed Oct 1, 2023
1 parent dff256a commit b15c4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docker/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
],
"requestMappers": [{
"type": "url",
"match": "^(http|https)://s3.cloud.codewyre.net/(.*)",
"convert": "$1://s3.localhost.localstack.cloud(.*)"
"match": "^(http|https)://s3\\.my\\.cloud\\.com/?(.*)",
"convert": "$1://s3.localhost.localstack.cloud/$2"
}],
"accessKeys": {
"my-access-key": "my_secret_key"
Expand Down

0 comments on commit b15c4ae

Please sign in to comment.