I\'d like to let website users load userProfile.html when they request www.website.com/userProfile (without .html). There is nothing about that in docs.
You can serve HTML content without a .html suffix. It's important to set the content-type though. For example, with gsutil:
gsutil -h "Content-Type:text/html" cp /path/users/userProfile \ gs://www.website.com/userProfile