caddy-dns / route53

Caddy module: dns.providers.route53
MIT License
40 stars 32 forks source link

[bug]: Deprecated AWSProfile field on config #7

Closed erbesharat closed 3 years ago

erbesharat commented 3 years ago

It seems like that github.com/libdns/route53 which uses github.com/aws/aws-sdk-go/service/route53 (*r53.Route53) has removed the AWSProfile field so copying the example from README doesn't work anymore.

PhoenixPeca commented 3 years ago

Hi @erbesharat , this is neither a bug nor a deprecated feature/field..

The AWSProfile field is an added feature in a yet-to-be-released version (in master branch) of caddy-dns/route53.. you are looking at the README of the master branch.. For actual docs, please read the documentation in https://caddyserver.com/ or at the README of the last release

danlsgiga commented 3 years ago

This should be fixed now that #4 has been merged.