apache / airavata-mft

Apache Airavata Managed File Transfer Services
https://airavata.apache.org
Apache License 2.0
32 stars 39 forks source link

Capturing Transport Configurations #98

Closed praneethchityala closed 1 year ago

praneethchityala commented 1 year ago

Capturing transport level configurations Right now MFT doesn't have a way to input certain configurations by transport type like s3, GCP, Azure, local etc. For example, MFT supports local transport depending on if the local machine support Direct Memory Access (DMA) or not.

Solution would be like A solution would be like to create a mechanism to feed transport configurations into MFT using configuration files, so MFT could perform tasks optimized for those configurations.