hatch-sh / hatch

🐣 Easy deployment of static websites to Amazon Web Services
https://hatch.sh
5 stars 0 forks source link

Random s3 bucket names #20

Closed skovhus closed 7 years ago

skovhus commented 7 years ago

Consider if we should just create random s3 bucket names instead of make this step configurable. As bucket names are global there is a high chance of collisions... And if you want a fixed name you might have a domain.

Similar approach as now.

Thoughts @mads-hartmann ?

mads-hartmann commented 7 years ago

Yeah, I think that'd be nice 👍 Then we only configure route53 and cloudfront if the user has specified a domain name.

skovhus commented 7 years ago

Not sure if we should even allow the name parameter in the config file.

mads-hartmann commented 7 years ago

Let's keep it for a bit, I think there might still be some valid use cases for it :)