Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to v2 object split scheme #957

Merged
merged 7 commits into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. *: Replace split V1 to V2

    Closes #937.
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    72e8b8c View commit details
    Browse the repository at this point in the history
  2. layer: Fix internal tests

    In real NeoFS the complex object is constructing by the node using linking object, previous-id header, etc. For tests we use only the map and this step creates real object in this map.
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    850d9d5 View commit details
    Browse the repository at this point in the history
  3. *: Return correct info about owner

    These changes fixes test_s3.py::test_versioning_obj_suspend_versions
    and test_s3.py::test_list_multipart_upload_owner tests.
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b69688c View commit details
    Browse the repository at this point in the history
  4. handler: Return real object size from header for encrypted objects.

    Fixes s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_multipart_bad_download test.
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cb41b6e View commit details
    Browse the repository at this point in the history
  5. workflow: Update component versions

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    aff34aa View commit details
    Browse the repository at this point in the history
  6. neofs: Update error messages

    Current texts are misleading a bit.
    
    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b5f56f8 View commit details
    Browse the repository at this point in the history
  7. *: Add zero part and use it as multipart uploadID

    Signed-off-by: Evgenii Baidakov <[email protected]>
    smallhive committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8328780 View commit details
    Browse the repository at this point in the history