Merge branch 'fix/path-s3' into 'development'

fix(BE): limit path to 255

See merge request mbugroup/lti-api!271
This commit is contained in:
Hafizh A. Y.
2026-01-28 04:22:10 +00:00
@@ -20,7 +20,7 @@ import (
)
const (
defaultDocumentPathLimit = 50
defaultDocumentPathLimit = 255
defaultDocumentKeyPrefix = "docs"
maxDocumentNameLength = 50
)