UndefinedError: TypeError: Failed to fetch

I am trying to download a style grass file from an S3 repository I host: https://prepay-internal-documents.s3.amazonaws.com/prepay.grass

When I use :style https://prepay-internal-documents.s3.amazonaws.com/prepay.grass I get this error

UndefinedError: TypeError: Failed to fetch

I think the problem might be related to CORS setting on my S3 bucket. But I do not know enough about S3 settings to know how to change this. Does anyone have experience making S3 changes to allow Neo4j browser to download a style or guide file?