jlewi / foyle

AI For Software Operations
https://foyle.io
Apache License 2.0
85 stars 9 forks source link

Support storing examples on S3 #153

Open jlewi opened 3 months ago

jlewi commented 3 months ago

Follow on to #145

This is the tracking issue for S3 support.

jlewi commented 3 months ago

To support this we just need to

  1. Implement FileHelper and DirHelper interfaces for S3
  2. UPdate Factory to support the S3 helpers.