v0.7.20
What's Changed
Full Changelog: v0.7.19...v0.7.20
Changelog Filebase
-
f you are using a custom account, please log in to the Filebase Console and manually set up the bucket. The bucket name is
solana-suite
. -
cors policy example json
{
"CORSRules": [
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"PUT",
"POST",
"DELETE",
"HEAD"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [
"x-amz-request-id",
"x-amz-meta-cid",
"x-amz-meta-custom-header"
],
"MaxAgeSeconds": 3000
}
]
}