caussourd / aws-s3-bucket-listing

List files in a S3 bucket in a web browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working

antoniomorais360 opened this issue · comments

Hello,

I just receiving a blank page with "Amazon S3 Bucket list v 1.1" at the end.

:/

Thank you for reporting the issue.

It's not necessary to edit the CORS configuration anymore. I updated the README accordingly.

Your CORS configuration should look like this:

<CORSConfiguration>
    <CORSRule>
        <AllowedOrigin>*</AllowedOrigin>
        <AllowedMethod>GET</AllowedMethod>
        <MaxAgeSeconds>3000</MaxAgeSeconds>
        <AllowedHeader>Authorization</AllowedHeader>
    </CORSRule>
</CORSConfiguration>