Skip to content

Commit

Permalink
updated name of MaxAgeSeconds to MaxAge in example CORS policy for S3…
Browse files Browse the repository at this point in the history
… buckets
  • Loading branch information
buffpojken committed Feb 2, 2023
1 parent 36815ff commit f1c20d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_storage_overview.md
Expand Up @@ -1018,7 +1018,7 @@ No CORS configuration is required for the Disk service since it shares your app
"Content-MD5",
"Content-Disposition"
],
"MaxAgeSeconds": 3600
"MaxAge": 3600
}
]
```
Expand Down

0 comments on commit f1c20d6

Please sign in to comment.