Matteo Settenvini matteo
matteo pushed to main at matteo/_cargo-index 2024-06-02 00:45:50 +02:00
5b96136983 Initialize Cargo Config
matteo suggested changes for matteo/serves3#3 2024-04-19 09:49:28 +02:00
Fix listing of S3 prefixes not terminated by a slash

Thank you for your contribution! Could you perform some of the requested changes? They are only minor points.

matteo commented on pull request matteo/serves3#3 2024-04-19 09:49:28 +02:00
Fix listing of S3 prefixes not terminated by a slash

This way of making paths absolutes would not work if the service was to be deployed as a subfolder instead than a virtualhost in the HTTP server configuration.

matteo commented on pull request matteo/serves3#3 2024-04-19 09:49:28 +02:00
Fix listing of S3 prefixes not terminated by a slash

The last usage of a string can simply be moved instead of cloned to avoid a needless copy.

matteo commented on pull request matteo/serves3#3 2024-04-19 09:49:28 +02:00
Fix listing of S3 prefixes not terminated by a slash

Formatting, please run cargo fmt on the sources

matteo commented on pull request matteo/serves3#3 2024-04-19 09:49:28 +02:00
Fix listing of S3 prefixes not terminated by a slash

Remove comment