fix: solve bug of nested links going to webserver root #5

Merged
matteo merged 2 commits from ebee_matteo/serves3:main into main 2025-08-11 19:32:41 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 11170d3465 - Show all commits

View file

@ -3,7 +3,7 @@
[package] [package]
name = "serves3" name = "serves3"
version = "1.2.0" version = "1.2.0-beta.1"
authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"] authors = ["Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>"]
description = "A very simple proxy to browse files from private S3 buckets" description = "A very simple proxy to browse files from private S3 buckets"

View file

@ -109,7 +109,7 @@ serves3
# Changelog # Changelog
## 1.2.0 ## 1.2.0 (unreleased)
* Migrate to [object_store](https://crates.io/crates/object_store). This should * Migrate to [object_store](https://crates.io/crates/object_store). This should
allow streaming of bigger files. allow streaming of bigger files.