diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2024-04-27 19:39:22 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-27 07:39:22 -0700 |
| commit | 3d3ee04eb9d801efa618bc986941138dbc424b44 (patch) | |
| tree | ff33862e9f01ffcb165c3d3d70a6f06b592d8fb9 /.github | |
| parent | a3dab1fcd0e8e4dbea4d8aba75d3b501275335ac (diff) | |
| download | seaweedfs-3d3ee04eb9d801efa618bc986941138dbc424b44.tar.xz seaweedfs-3d3ee04eb9d801efa618bc986941138dbc424b44.zip | |
[s3] Put bucket lifecycle configuration (#5510)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/s3tests.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index d72fa3a3a..866f2d888 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -194,4 +194,7 @@ jobs: s3tests_boto3/functional/test_s3.py::test_ranged_request_skip_leading_bytes_response_code \ s3tests_boto3/functional/test_s3.py::test_ranged_request_return_trailing_bytes_response_code \ s3tests_boto3/functional/test_s3.py::test_copy_object_ifmatch_good \ - s3tests_boto3/functional/test_s3.py::test_copy_object_ifnonematch_failed + s3tests_boto3/functional/test_s3.py::test_copy_object_ifnonematch_failed \ + s3tests_boto3/functional/test_s3.py::test_lifecycle_set \ + s3tests_boto3/functional/test_s3.py::test_lifecycle_get \ + s3tests_boto3/functional/test_s3.py::test_lifecycle_set_filter |
