mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-03-29 11:12:19 +01:00
Update CORS docs
This commit is contained in:
parent
5f08f50a09
commit
98a9cf2d32
Binary file not shown.
Before Width: | Height: | Size: 81 KiB |
@ -94,7 +94,7 @@ Now we need to change some permissions on the bucket to allow for file uploads f
|
||||
"*"
|
||||
],
|
||||
"AllowedMethods": [
|
||||
"PUT",
|
||||
"POST",
|
||||
"GET"
|
||||
],
|
||||
"AllowedOrigins": [
|
||||
@ -105,8 +105,6 @@ Now we need to change some permissions on the bucket to allow for file uploads f
|
||||
}
|
||||
]
|
||||
```
|
||||
As an example, here are the CORS permissions for this site - https://opensaas.sh:
|
||||
<Image src={corsExample} alt="cors-example" loading="lazy" />
|
||||
|
||||
### Get your AWS S3 credentials
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user