Skip to content

CORS Errors #8

@jaketoolson

Description

@jaketoolson

Similar to issue #2 , I'm getting CORS errors. When I switch to aws-sdk to upload directly to S3, no CORS error.

I'm not sure what the difference is in terms of the headers etc;

My CORS Config:

    {
        "AllowedHeaders": [
            "*"
        ],
        "AllowedMethods": [
            "POST",
            "GET",
            "PUT",
            "DELETE",
            "HEAD"
        ],
        "AllowedOrigins": [
            "*"
        ],
        "ExposeHeaders": []
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions