This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git
from 9c9e48c Turning on tcp keep alive for S3 clients
new 27dca07 gRPC ports config
new e536a7d Local incoming streamer added
new 33be009 Local incoming chunked update
new 29c05e1 S3 Outgoing bufferStreaming update
new badd42c consul update to accept all
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../airavata/mft/core/ConnectorResolver.java | 6 +-
python-cli/mft_cli/airavata_mft_cli/config.py | 7 ++
python-cli/mft_cli/airavata_mft_cli/operations.py | 51 +++++++-------
.../mft_cli/airavata_mft_cli/storage/__init__.py | 17 +++--
.../mft_cli/airavata_mft_cli/storage/azure.py | 17 +++--
python-cli/mft_cli/airavata_mft_cli/storage/gcs.py | 17 +++--
.../mft_cli/airavata_mft_cli/storage/local.py | 17 +++--
python-cli/mft_cli/airavata_mft_cli/storage/s3.py | 17 +++--
.../mft_cli/airavata_mft_cli/storage/swift.py | 17 +++--
scripts/start-consul.sh | 2 +-
.../local/LocalIncomingChunkedConnector.java | 81 +++++++++++-----------
...r.java => LocalIncomingStreamingConnector.java} | 59 ++--------------
.../mft/transport/s3/S3OutgoingConnector.java | 8 ++-
13 files changed, 147 insertions(+), 169 deletions(-)
create mode 100644 python-cli/mft_cli/airavata_mft_cli/config.py
copy
transport/local-transport/src/main/java/org/apache/airavata/mft/transport/local/{LocalIncomingChunkedConnector.java
=> LocalIncomingStreamingConnector.java} (53%)