Recently, I created a bucket with an index.html and configured a loadbalancer http with bucket as backend.
I have been made this some times and it always has been worked, but in my last configuration it is returning an XML with this structure:
<ListBucketResult>
<Name>bucket_name</Name>
<Prefix/>
<Marker/>
<IsTruncated>false</IsTruncated>
<Contents>
<Key>01.png</Key>
<Generation>1587402672429680</Generation>
<MetaGeneration>1</MetaGeneration>
<LastModified>2020-04-20T17:11:12.429Z</LastModified>
<ETag>"0a3750e6fdb29fcd632e627e2fc34dde"</ETag>
<Size>211</Size>
</Contents>
...
I have been changed a lot of stuff and it doesn't seem work, what could be wrong in this configuration? some clues?