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

Add checksum algorithm to ListObjectsV2 response #1086

Merged
merged 7 commits into from
Oct 29, 2024

Commits on Oct 28, 2024

  1. Add checksum algorithm to ListObjectsV2 response

    Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
    dannycjones committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6127495 View commit details
    Browse the repository at this point in the history
  2. Minor change log additions, comment fixes

    Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
    dannycjones committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    617955c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Move checksum_algorithm method to Checksum impl, remove panic for edg…

    …e case
    
    Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
    dannycjones committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    38a22ea View commit details
    Browse the repository at this point in the history
  2. Rename Checksum::checksum_algorithm to Checksum::algorithm

    Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
    dannycjones committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a4303f2 View commit details
    Browse the repository at this point in the history
  3. Appease rust-fmt

    Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
    dannycjones committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    97cf29d View commit details
    Browse the repository at this point in the history
  4. Add changelog note for new ChecksumAlgorithm::Unknown(String) variant

    Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
    dannycjones committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d025655 View commit details
    Browse the repository at this point in the history
  5. Remove redundant explanation on unrecognized checksums for Checksum::…

    …algorithm method
    
    Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
    dannycjones committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    99a5c08 View commit details
    Browse the repository at this point in the history