I need to create a service that allows users to publish a static page in a custom subdomain. I've never done this so excuse me if the question sounds a bit too basic.
To do so, I would like to host all those static files in something like Amazon S3 or Google cloud Storage to separate it from my server, make it scalable and secure it all.
While considering Amazon S3 I noticed a user account is limited to 100 buckets. So I can't just use a bucket per customer.
I guess, I could use 1 bucket for multiple users by just creating folders in it and pointing each folder to a different subdomain?
Does this sound like a proper solution to this problem?
I was reading you can't just point any subdomain to any bucket? Both names should be the same? Wouldn't this be a problem here?