I am hosting a static website on Google Cloud Platform using storage buckets and have set the main page suffix to 'index.html' as shown in Google's tutorial, however, I am still getting a bounce to ./dir/index.html from ./dir .
When requesting ./dir/ it serves back 'index.html' without changing the URL which is what I want but it doesn't do that if a user requests without the trailing forward slash.
Removing the main page suffix completely works for each format except for ./dir .
How can I resolve this?