mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-23 14:55:42 +00:00
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:
@@ -20,7 +20,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
defaultDocumentPathLimit = 50
|
defaultDocumentPathLimit = 255
|
||||||
defaultDocumentKeyPrefix = "docs"
|
defaultDocumentKeyPrefix = "docs"
|
||||||
maxDocumentNameLength = 50
|
maxDocumentNameLength = 50
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user