Skip to content

Commit

Permalink
Fix S3 CORS example
Browse files Browse the repository at this point in the history
Update keys to match latest AWS using ExposeHeaders and MaxAgeSeconds
  • Loading branch information
dpedoneze committed Feb 11, 2023
1 parent b6ecefd commit 554e94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/active_storage_overview.md
Expand Up @@ -1012,13 +1012,13 @@ No CORS configuration is required for the Disk service since it shares your app
"AllowedOrigins": [
"https://www.example.com"
],
"ExposedHeaders": [
"ExposeHeaders": [
"Origin",
"Content-Type",
"Content-MD5",
"Content-Disposition"
],
"MaxAge": 3600
"MaxAgeSeconds": 3600
}
]
```
Expand Down

0 comments on commit 554e94a

Please sign in to comment.