aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2024-04-07 23:51:22 +0500
committerGitHub <noreply@github.com>2024-04-07 11:51:22 -0700
commit35cba720a5e0c94d49c5d6ab8e621c0e17ed869a (patch)
treea00e21193af421a4eaee57a83b49444e31b36a49 /.github
parentd42a04cceb51d06ae6ec0e80ca8675969018d98b (diff)
downloadseaweedfs-35cba720a5e0c94d49c5d6ab8e621c0e17ed869a.tar.xz
seaweedfs-35cba720a5e0c94d49c5d6ab8e621c0e17ed869a.zip
[s3] add s3 pass test_multipart_upload (#5474)
add s3 pass test_multipart_upload
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/s3tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml
index dfd3d4acf..f7dba0c39 100644
--- a/.github/workflows/s3tests.yml
+++ b/.github/workflows/s3tests.yml
@@ -166,6 +166,7 @@ jobs:
s3tests_boto3/functional/test_s3.py::test_multipart_copy_without_range \
s3tests_boto3/functional/test_s3.py::test_multipart_upload_multiple_sizes \
s3tests_boto3/functional/test_s3.py::test_multipart_copy_multiple_sizes \
+ s3tests_boto3/functional/test_s3.py::test_multipart_upload \
s3tests_boto3/functional/test_s3.py::test_multipart_upload_contents \
s3tests_boto3/functional/test_s3.py::test_multipart_upload_overwrite_existing_object \
s3tests_boto3/functional/test_s3.py::test_abort_multipart_upload \