CopyPastor

Detecting plagiarism made easy.

Score: 0.8360371793351588; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2019-02-05
by Harsh Manvar

Original Post

Original - Posted on 2015-02-19
by Michael - sqlbot



            
Present in both answers; Present only in the new answer; Present only in the old answer;

This isn't CORS related -- it's S3 itself. The S3 website endpoints are only equipped for GET and HEAD. Anything else should be denied before the redirection rules are checked.
Website Endpoint
Supports only GET and HEAD requests on objects.
> http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteEndpoints.html
So how your API will work then ?
This isn't CORS related -- it's S3 itself. The S3 website endpoints are only equipped for `GET` and `HEAD`. Anything else should be denied before the redirection rules are checked.
>Website Endpoint
>Supports only GET and HEAD requests on objects.
>— http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteEndpoints.html

        
Present in both answers; Present only in the new answer; Present only in the old answer;