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

Allow passing custom get query params #1905

Merged
merged 2 commits into from
Dec 5, 2023

Commits on Nov 28, 2023

  1. Helper and tests for checking custom query params

    Allow checking if a query param starts with "x-" which is documented by
    Amazon as a parameter S3 will ignore and recommended as a way to add
    custom info to server access logs.
    ashmrtn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f6e4db8 View commit details
    Browse the repository at this point in the history
  2. Code/tests for custom query params on GET

    Allow GetObject calls to set custom query parameters if they want.
    ashmrtn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b1be29c View commit details
    Browse the repository at this point in the history