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

[WIP] Add additional checksum algorithms in aws_s3_object resource and data source #27370

Commits on Oct 21, 2022

  1. r/aws_s3_object: Support additional checksum algorithms

    1. Add arguments checksum_algorithm to aws_s3_object resource.
    2. Add attributes checksum_crc32, checksum_crc32c, checksum_sha1 and checksum_sha256 to aws_s3_object resource.
    3. Calculate checksum from value of argument checksum_algorithm.
    4. Enable ChecksumMode at s3.HeadObjectInput in order to retrieve checksum.
    mediba-h-sugawara committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0f5b367 View commit details
    Browse the repository at this point in the history
  2. d/aws_s3_object: Add attributes checksum_crc32, checksum_crc32c, chec…

    …ksum_sha1 and checksum_sha256.
    mediba-h-sugawara committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    da36a48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e00ba5a View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    mediba-h-sugawara committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    e3700d6 View commit details
    Browse the repository at this point in the history