ART icon indicating copy to clipboard operation
ART copied to clipboard

feat(backend): add exclude option to pull_from_s3 for selective directory sync

Open srthkdev opened this issue 6 months ago • 0 comments

  • Add exclude parameter to Backend._experimental_pull_from_s3 to skip specified dirs
  • Supported exclude values: checkpoints, logs, trajectories
  • Update API to accept exclude list and forward it to backend method
  • Enhance CLI endpoint to pass exclude option when pulling from S3
  • Document exclude usage in method docstring with valid options listed
  • Maintain backward compatibility with default None exclude behavior

solves #350

srthkdev avatar Sep 04 '25 20:09 srthkdev