Hello
I have started using DVC for version control in one of my projects and it’s awesome.
Currently, the model training job is executed from an amazon ec2 machine and the output is downloaded to my local machine which is pushed to the remote storage using the DVC push command.
My doubt is, is it possible to programmatically push the model into the remote DVC storage (Amazon S3)? I couldn’t find any helping articles online. Could you please suggest the right way of doing the same?
Thanks in advance