mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-08-09 02:42:10 +02:00
Update CORS docs
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user