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

[s3] Pass object parameters to head_object in exists #1451

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 17, 2024

  1. [s3] Pass object parameters to head_object in exists

    When using server-side-encryption with customer-provided keys (SSE-C),
    the head_object call needs the SSE-C key and algorithm - otherwise the
    call will fail with `botocore.exceptions.ClientError: An error occurred (400)
    when calling the HeadObject operation: Bad Request` if the file already
    exists.
    czosel committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b655506 View commit details
    Browse the repository at this point in the history