I think I set up my environmental variables correctly, though I was uncertain about what the AWS_ENDPOINT_URL variable should be. Currently it equals https://XXX.s3-us-west-2.amazonaws.com/20210508-114301.tar.gz , where XXX is the name of the S3 bucket.
Hi Alex, do you know how I can test my model that I load from s3.
For example: I use thus curl command to test my model that I load locally from my drive: curl -X POST http://localhost:5005/model/parse -d '{"text":"Hi I am Nilima"}'
How do I use the curl command to test the model that I loaded from my s3 bucket?