unbounce / iidy

iidy (Is it done yet?) -- CloudFormation with Confidence
MIT License
52 stars 7 forks source link

New format S3 URLs cause "invalid URL" errors #164

Closed dannosaur closed 5 years ago

dannosaur commented 5 years ago

The URL parser exclaims that S3's new-format URLs are invalid.

If you use Template: https://s3.eu-west-2.amazonaws.com/bucket/file.yml, it claims its invalid. If you use Template: https://s3-eu-west-2.amazonaws.com/bucket/file.yml it works.

The former is the new (preferred) URL structure (a dot between s3 and eu-west-2 rather than a dash).