Filebase
CORS
{
"CORSRules": [
{
"AllowedHeaders": ["*"],
"AllowedMethods": ["GET"],
"AllowedOrigins": ["*"],
"ExposeHeaders": []
}
]
}aws --endpoint https://s3.filebase.com s3api put-bucket-cors --bucket $BUCKET_NAME --cors-configuration=file://filebase-cors.json
aws --endpoint https://s3.filebase.com s3api get-bucket-cors --bucket $BUCKET_NAMELast updated