Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom user-agent prefix to Route53 calls
This commits adds a prefix to the user-agent header field of the client that makes requests to AWS Route 53 API. User agent is now prefixed as in: User-Agent: dyna53::Route53, ... This is done to allow explicit identification of (well-behaving, i.e., unmodified) Dyna53 traffic if that would be needed at any time from AWS perspective. Original idea credits to https://twitter.com/antonbabenko
- Loading branch information