apache / airavata-mft

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

Transport config add ons #99

Closed praneethchityala closed 1 year ago

praneethchityala commented 1 year ago

To support issue https://github.com/apache/airavata-mft/issues/98 a new class (TransportConfig) is created and all the transport properties are added as a map in it to be later used into the code.

This potentially resolves the above issue.

praneethchityala commented 1 year ago

@DImuthuUpe implemented the TransportConfig util in mft-commons. Let me know if this looks good https://github.com/apache/airavata-mft/pull/99/commits/182e68e7caec1fec140ce52d67a3d9afaa610f7e .