This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
from 390bb1839 compare with pr base
new 3e8872a21 Migrate
new ae4b5592c migrate existing s3 tests
The 2 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:
.../services/fs/{local-fs => local_fs}/action.yml | 0
.github/services/s3/{aws-s3 => aws_s3}/action.yml | 0
.../{aws-s3 => aws_s3_with_assume_role}/action.yml | 9 +-
.../s3/{aws-s3 => aws_s3_with_sse_c}/action.yml | 13 +-
.../action.yml | 9 +-
.../s3/minio_s3/action.yml} | 39 +++---
.../services/s3/minio_s3_with_anonymous/action.yml | 50 +++++++
.github/services/s3/{aws-s3 => r2}/action.yml | 24 ++--
.github/workflows/service_test_s3.yml | 149 +--------------------
9 files changed, 113 insertions(+), 180 deletions(-)
rename .github/services/fs/{local-fs => local_fs}/action.yml (100%)
copy .github/services/s3/{aws-s3 => aws_s3}/action.yml (100%)
copy .github/services/s3/{aws-s3 => aws_s3_with_assume_role}/action.yml (82%)
copy .github/services/s3/{aws-s3 => aws_s3_with_sse_c}/action.yml (72%)
copy .github/services/s3/{aws-s3 => aws_s3_with_virtual_host}/action.yml (82%)
copy .github/{actions/setup-ocaml/action.yaml =>
services/s3/minio_s3/action.yml} (54%)
create mode 100644 .github/services/s3/minio_s3_with_anonymous/action.yml
rename .github/services/s3/{aws-s3 => r2}/action.yml (58%)