Hi, I am new to aws and ctranslate2. This maybe a very stupid question.
Basically I had my models stored locally and accessed it with
translator = ctranslate2.Translator(model)
But now I need to deploy my program to AWS Lambda, and to minimize the folder size, I uploaded my models to S3 AWS. I am confused here about how to load my model from S3 and access it with ctranslate2.