AWS - API Gateway
Given this CORS configuration for an S3 bucket, what will happen when a browser sends a PUT request from https://example.com?
{"CORSRules": [{"AllowedOrigins": ["https://example.com"], "AllowedMethods": ["GET", "POST"]}]}