fix(webapp): validate packet storage paths (#3830)

## Summary

This PR adds packet path validation before key construction and
presigning. Invalid paths are rejected before reaching either
object-store client implementation, ensuring consistent behavior
regardless of the underlying storage configuration.
This commit is contained in:
Katia Bulatova
2026-06-05 10:28:08 +02:00
committed by GitHub
parent 8c9fee3933
commit db4074df54
6 changed files with 360 additions and 34 deletions
@@ -0,0 +1,6 @@
---
area: webapp
type: fix
---
Validate packet-relative storage paths before building object-store keys or presigned URLs.