My goal is to redirect a naked domain [example.org][1] to [www.example.org][2] while preserving the URL paths exactly.
e.g., a GET request to http://example.org/foobar/file.html
results in a 302 to http://www.example.org/foobar/file.html
I do not want to setup or configure any servers to do this.
Currently the plan is to use Amazon's S3 static hosting redirect service (as suggested in this answer).
However, I cannot figure out how (or if its possible?) to configure the Amazon S3 bucket to perform the redirect while preserving the path.