🐛(backend) fix s3 version_id validation
The regex used on the version_detail endpoint path is not fully compatible with the S3 spec. In the S3 specs, Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. We don't accept all unicode characters but enough to be compliant.
This commit is contained in:
@@ -23,6 +23,7 @@ and this project adheres to
|
||||
- 🐛(backend) fix trashbin list
|
||||
- ♿(frontend) improve accessibility:
|
||||
- ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
|
||||
- 🐛(backend) fix s3 version_id validation
|
||||
|
||||
## [3.8.2] - 2025-10-17
|
||||
|
||||
|
||||
Reference in New Issue
Block a user