skyplane-project / skyplane

🔥 Blazing fast bulk data transfers between any cloud 🔥
https://skyplane.org
Apache License 2.0
999 stars 58 forks source link

Refactor config for better readability and less redundancy #898

Open abiswal2001 opened 1 year ago

abiswal2001 commented 1 year ago

Currently the SkyplaneConfig and TransferConfig are confusing in their implementation, with it being unclear which config to modify during development/testing for a specific change. We should trim each config to only the required elements and improve naming to clear up confusion.