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 d8cf348 Minor optimizations
new 0d6c3b5 Enabling path style Access to custom S3 endpoint
new c378440 Support to describe storage from cli
new c7c17da Handling S3 bucket listing errors on cli
The 3 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:
python-cli/mft_cli/airavata_mft_cli/base.py | 6 ++++
python-cli/mft_cli/airavata_mft_cli/operations.py | 5 +++
python-cli/mft_cli/airavata_mft_cli/storage/s3.py | 19 +++++++----
python-cli/mft_cli/pyproject.toml | 4 +--
python-sdk/setup.cfg | 2 +-
.../src/airavata_mft_sdk/s3/S3Storage_pb2.py | 38 +++++++++++-----------
.../server/backend/sql/entity/S3StorageEntity.java | 11 +++++++
.../stub/src/main/proto/s3/S3Storage.proto | 3 ++
.../apache/airavata/mft/transport/s3/S3Util.java | 12 +++++--
9 files changed, 68 insertions(+), 32 deletions(-)