Enabling CORS
How to enable Cross-Origin Resource Sharing in your AWS S3 buckets.
Enabling CORS in AWS for Data Visualization
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"GET",
"HEAD"
],
"AllowedOrigins": [
"*.activeloop.ai",
"*.activeloop.dev"
],
"ExposeHeaders": []
}
] Visualizing Your Datasets Locally
Last updated
Was this helpful?