We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to be able to use this curl flag: https://curl.se/docs/manpage.html#--aws-sigv4. The signature is set per request similar to #89, and curl actually makes use of both flags at once:
curl --request GET "https://${ENDPOINT}/my_index_pattern/my_type/_mapping" \ --user $AWS_ACCESS_KEY:$AWS_SECRET_KEY \ --aws-sigv4 "aws:amz:ap-southeast-2:es"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to be able to use this curl flag: https://curl.se/docs/manpage.html#--aws-sigv4. The signature is set per request similar to #89, and curl actually makes use of both flags at once:
The text was updated successfully, but these errors were encountered: