mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-20 14:26:53 +01: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": [
|
"AllowedMethods": [
|
||||||
"PUT",
|
"POST",
|
||||||
"GET"
|
"GET"
|
||||||
],
|
],
|
||||||
"AllowedOrigins": [
|
"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
|
### Get your AWS S3 credentials
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user