aws / aws-sigv4-auth-cassandra-java-driver-plugin

A SigV4 authentication plugin for the open-source DataStax Java Driver for Apache Cassandra. Allows use of AWS IAM users and roles for direct authentication.
Apache License 2.0
13 stars 14 forks source link

Fix newline handling on Windows #13

Closed dchenbec closed 4 years ago

dchenbec commented 4 years ago

Fixes #12

Description of changes:

Change the newline handling in the SigV4 signature generation to use newlines explicitly instead of the system-dependent newline character(s).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.