Hi there

I'm new to QuantConnect, in fact I just set up my subscription this weekend. I'm really excited by what I've seen so far!

I'm trying to figure out the best way to load or access an ML model that I've trained on AWS. I see that boto3 is available, but my first attempt at accessing it from a notebook gave me an error that looked like the environment was missing the s3transfer module. Before banging my head up against that wall, I figured I'd check the forum to see if reading/writing to an s3 bucket was allowed.

Other than reading or writing my pytorch models from S3, is there a better solution?

Thanks for your help