You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm using this plugin for integration Kong with S3.
What is the right way to write Rewrites configuration? I need to add some prefix /path0/ before target path /path1/path2
I tried to rewrite /path1/path2 to /path0/path1/path2 and it's now working.
I tried different ways:
{ "/path1/path2": "/path0/path1/path2" };
{ "from": "/path1/path2", "to": "/path0/path1/path2" }
Nothing works. Path doesn't change. Requests to upstream S3 are going by /path1/path2
The text was updated successfully, but these errors were encountered:
Hi!
I'm using this plugin for integration Kong with S3.
What is the right way to write Rewrites configuration? I need to add some prefix /path0/ before target path /path1/path2
I tried to rewrite /path1/path2 to /path0/path1/path2 and it's now working.
I tried different ways:
Nothing works. Path doesn't change. Requests to upstream S3 are going by /path1/path2
The text was updated successfully, but these errors were encountered: