diff --git a/src/main.rs b/src/main.rs index 3d8edf7..829957f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -172,6 +172,7 @@ async fn s3_fileview(path: &PathBuf) -> Result, Error> { #[rocket::launch] fn rocket() -> _ { + eprintln!("Proxying to {} for {}", BUCKET.host(), BUCKET.name()); rocket::build() .mount("/", rocket::routes![index]) .attach(Template::fairing())