This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-51162-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from c381a0b9b53 [fix](test) Fix multi check test (#51406) add a4f6226270c [feat](cloud) Support alter operation for obj_info and s3 vault obj_info (#51162) No new revisions were added by this update. Summary of changes: cloud/src/meta-service/meta_service_http.cpp | 8 +- cloud/src/meta-service/meta_service_resource.cpp | 131 +++++++-- cloud/test/meta_service_test.cpp | 301 +++++++++++++++++++++ .../org/apache/doris/catalog/S3StorageVault.java | 6 +- .../org/apache/doris/catalog/StorageVault.java | 6 +- .../apache/doris/cloud/rpc/MetaServiceClient.java | 4 + .../apache/doris/cloud/rpc/MetaServiceProxy.java | 4 + gensrc/proto/cloud.proto | 1 + ...groovy => test_alter_s3_vault_with_role.groovy} | 55 +++- .../node_mgr/test_ms_alter_obj_info.groovy | 206 ++++++++++++++ .../node_mgr/test_ms_alter_s3_vault.groovy | 237 ++++++++++++++++ 11 files changed, 927 insertions(+), 32 deletions(-) copy regression-test/suites/aws_iam_role_p0/{test_s3_vault_with_role.groovy => test_alter_s3_vault_with_role.groovy} (58%) create mode 100644 regression-test/suites/cloud_p0/node_mgr/test_ms_alter_obj_info.groovy create mode 100644 regression-test/suites/cloud_p0/node_mgr/test_ms_alter_s3_vault.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org