Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
fts-rest 3.9.4, fts 3.9.5
-
Security Level: Public Data (This ticket is visible to anyone on the internet and will be indexed by search engines)
-
None
Description
The cloudStorage_name variable found in t_cloudStorage [varchar(50)] and t_cloudStorageUser [varchar(36)] is too restrictive, not allowing S3 buckets with larger names.
The variable should be modified to varchar(150).
This change affects the DB schema as well as related FTS-REST and FTS-Server code.