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

test get_object_attributes #571

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2024

  1. test get_object_attributes

    Signed-off-by: Matt Benjamin <[email protected]>
    mattbenjamin authored and cbodley committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    33c7277 View commit details
    Browse the repository at this point in the history
  2. multipart fallback to create-multipart checksum algorithm

    there seem to be workloads which assume checksum algorithm can be
    omitted from upload-part
    
    Signed-off-by: Matt Benjamin <[email protected]>
    mattbenjamin authored and cbodley committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1913de8 View commit details
    Browse the repository at this point in the history
  3. more tests for GetObjectAttributes

    * multipart upload without checksums
    * multipart upload with a single part
    * pagination of multipart parts
    * non-multipart upload with/without checksum
    * versioned object, current and non-current
    * sse-c encrypted object
    
    Signed-off-by: Casey Bodley <[email protected]>
    cbodley committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9bf223d View commit details
    Browse the repository at this point in the history