Support `exclude` parameter for SkyPilotBackend `_experimental_pull_from_s3`
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 10.8k
- Forks
- 989
- Avg merge
- 6h 29m
- Merged PRs (30d)
- 85
Description
It is currently possible to exclude large objects like trajectories when pulling models from s3 through the LocalBackend. We should do the same for the SkyPilotBackend.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing LocalBackend's existing exclude handling with SkyPilotBackend._experimental_pull_from_s3 and trace how S3 pulls are configured. Done means SkyPilotBackend accepts an exclude parameter and applies it when pulling models, with coverage matching the LocalBackend behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100