We are testing an S3 bucket for our Thinkwise application in preparation for a possible migration away from on-prem file storage.
We are successfully able to upload a file to AWS S3, however we are unable to read it again in the GUI. If we open the file in AWS S3 itself, it is exactly the same as when we uploaded it.
Currently, the file column is defined as a NVARCHAR(max) column, in which we save the link to the file in AWS.
What is the behaviour in Thinkwise when it comes to downloading a file from S3? What column type should we use for this?
Thanks in advance!