diff --git a/src/handlers/proxy.rs b/src/handlers/proxy.rs index b40c485..1ffd8dd 100644 --- a/src/handlers/proxy.rs +++ b/src/handlers/proxy.rs @@ -139,7 +139,7 @@ pub async fn proxy_handler( Ok(None) => { warn!("cannot find stored path for: {}", filekey); let ct_parts = content_type.split("/").collect::>(); - let filepath = format!("unsafe/production/{}/{}", ct_parts[0], filekey); + let filepath = format!("production/{}/{}", ct_parts[0], filekey); match check_file_exists(&state.storj_client, &state.bucket, &filepath).await? { true => {