- Berlin, Deutschland
- https://montecristosoftware.eu/
- Joined on
2023-01-08
59c0543fd2
Merge pull request 'Fix listing of S3 prefixes not terminated by a slash' (#3) from eay/serves3:hackathon_slash_fix_erik_and_eren into main
cf98738a0d
Fixed redirection to paths not ending with a slash
dcd3c10bdd
Refactor size helper function in its own module
4defbcec1f
Reimplement config parsing, add integration tests
ed3a1fbfe9
Fixes for requested changes and url rewrite logic now handled by JS since trailing slash is more related to HTML rendering
Fix listing of S3 prefixes not terminated by a slash
URLs to directories not ending with a slash are not redirected properly
Fix listing of S3 prefixes not terminated by a slash
@eay I refactored the code to add integration tests and a more sane structure.
However, I don't seem to be able to reproduce the original problem anymore with my tests.
Could you try on your…