Skip to content

Commit

Permalink
docs: Fix error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Aug 3, 2024
1 parent db31d28 commit b2872f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature-guide/key-rewrite.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This can be considered as similar as symlinks in Unix.

## How this is working ?

The list of key rewrite is called over all incoming keys that will be sent to S3 (S3 prefix excluded).
The list of key rewrite is called over all incoming keys that will be sent to S3 (S3 prefix included).

The first source regexp matching the key will select the target template that will be used. If nothing is matching, the incoming key will be untouched.

Expand Down

0 comments on commit b2872f7

Please sign in to comment.