AWS endpoints in data differ from AWS documentation
Closed this issue · 2 comments
Hello,
some endpoint addresses of AWS services in rules.json differ from the official addresses in the AWS documentation. For example:
# Rules.json
"s3-us-west-1.amazonaws.com"
# AWS Docs
"s3.us-west-1.amazonaws.com"
This is probably a minor issue, but still wanted to let you know.
Hi @SebieF, thanks for reporting this and many apologies for the delay in getting back to you...
The rules.json
file contains the actual Public Suffix List as published and maintened at https://publicsuffix.org/ . In order to change an entry in this file it would probably make sense to have the change applied directly to the list itself. Once updated upstream we can easily pull the updated list.
More info on how to submit changes to the Public Suffix List here
I hope this helps 😄
Closing this issue as this no longer applies. The list was eventually updated upstream.