Update CORS docs

This commit is contained in:
Mihovil Ilakovac 2025-02-28 18:51:12 +01:00
parent 5f08f50a09
commit 98a9cf2d32
2 changed files with 1 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

View File

@ -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